Click or drag to resize

ADSMemo.GetValueLength Method

X#
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
Request Example View Source

Parameters

nFldPos
Type: Long
1 based column number for which the length should be retrieved.

Return Value

Type: Long

Implements

GetValueLength(Long)
See Also