Click or drag to resize

VoDb.Info Method (DWord, Usual)

X#
Retrieve information about a work area.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 STATIC METHOD Info(
	nOrdinal AS DWORD,
	oValue AS USUAL
) AS LOGIC
Request Example View Source

Parameters

nOrdinal
Type: DWord
oValue
Type: Usual
If specified, this parameter is used to change the value of a setting. This parameter also receives the return value.

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks


Tip Tip
The difference between VoDb.Info and CoreDb.Info is that VoDb.Info takes a USUAL parameter
See Also