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