VoDb.Info Method (DWord, Usual) | |
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 REF USUAL
) AS LOGIC
public static bool Info(
uint nOrdinal,
ref Usual oValue
)
Request Example
View SourceParameters
- 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:
LogicTRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
The difference between VoDb.Info and CoreDb.Info is that VoDb.Info takes a USUAL parameter |
See Also