Click or drag to resize

IMemo.GetValue Method

X#
Get a value from a memo file for the specified column.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
FUNCTION GetValue(
	nFldPos AS LONG
) AS Object
Request Example View Source

Parameters

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

Return Value

Type: Object
See Also