IMemo.GetValue Method | |
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
Object GetValue(
int nFldPos
)
Request Example
View SourceParameters
- nFldPos
- Type: Long
1 based column number for which the value should be retrieved.
Return Value
Type:
ObjectSee Also