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