IMemo.GetValueLength Method | |
Get the length of the for the specified column.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION GetValueLength(
nFldPos AS LONG
) AS LONG
int GetValueLength(
int nFldPos
)
Request Example
View SourceParameters
- nFldPos
- Type: Long
1 based column number for which the length should be retrieved.
Return Value
Type:
LongSee Also