VoDb.FieldGet Method | |
Retrieve the value of a specified database field.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD FieldGet(
nPos AS DWORD,
uRet REF USUAL
) AS LOGIC
public static bool FieldGet(
uint nPos,
ref Usual uRet
)
Request Example
View SourceParameters
- nPos
- Type: DWord
The 1 based position of the field in the database file structure for the current work area. - uRet
- Type: Usual
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
See Also