Click or drag to resize

CoreDb.Info Method (DWord, Object)

X#
Retrieve information about a work area.

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

Parameters

nOrdinal
Type: DWord
oValue
Type: Object
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.
See Also