Click or drag to resize

VoDb.FieldGet Method

X#
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
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.
uRet
Type: Usual

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
See Also