Click or drag to resize

CoreDb.FieldGet Method

X#
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
Request Example View Source

Parameters

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: Logic
TRUE if successful; otherwise, FALSE.
See Also