DBFFPT.Info Method | |
Retrieve and optionally change information about a work area.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax VIRTUAL METHOD Info(
nOrdinal AS LONG,
oNewValue AS Object
) AS Object
public override Object Info(
int nOrdinal,
Object oNewValue
)
Request Example
View SourceParameters
- nOrdinal
- Type: Long
Specifies the type of information. - oNewValue
- Type: Object
Return Value
Type:
ObjectImplements
Info(Long, Object)See Also