Click or drag to resize

CoreDb.RecordInfo Method (DWord, Object, Object)

X#
Retrieve information about a record.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD RecordInfo(
	nOrdinal AS DWORD,
	oRecID AS Object,
	oValue REF Object
) AS LOGIC
Request Example View Source

Parameters

nOrdinal
Type: DWord
This must match one of the values from the DbRecordInfo Enum
oRecID
Type: Object
Some of the DbRecordInfo enum values require a record number
oValue
Type: Object
Some of the DbRecordInfo enum values require a new value.

Return Value

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