IRdd.Info Method | |
Retrieve and optionally change information about a work area.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD Info(
nOrdinal AS LONG,
oValue AS Object
) AS Object
Object Info(
int nOrdinal,
Object oValue
)
Request Example
View SourceParameters
- nOrdinal
- Type: Long
Specifies the type of information. - oValue
- Type: Object
If specified (not null), then this parameter is used to change the value of a setting.
Return Value
Type:
ObjectSee Also