BaseMemo.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 VIRTUAL METHOD GetValue(
nFldPos AS LONG
) AS Object
public virtual 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:
ObjectImplements
GetValue(Long)See Also