xArgs.record Method
Gets or sets the record from the table on which the caller object is working.
Syntax
public Common record([Common value])
Run On
Called
Parameters
- value
Type: Common Table
The value to set; optional.
Return Value
Type: Common Table
The record from the table on which the caller object is working.
Remarks
This method is used to access the values in the record that the calling object is currently using.