ADSMemo.GetValueLength Method | |
Get the length of the for the specified column.
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax VIRTUAL METHOD GetValueLength(
nFldPos AS LONG
) AS LONG
public override 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:
LongImplements
GetValueLength(Long)See Also