CoreDb.Info Method (DWord, Object) | |
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 AS Object
) AS LOGIC
public static bool Info(
uint nOrdinal,
Object oValue
)
Request Example
View SourceParameters
- 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:
LogicTRUE if successful; otherwise, FALSE.
See Also