xRecord.data Method
Retrieves a row from the table.
Syntax
public data([Common cursor])
Run On
Called
Parameters
- cursor
Type: Common Table
The row to retrieve; optional.
Return Value
Type: [T:]
The record buffer.
Remarks
Partly because scenarios that involve table inheritance, we recommend that you instead use the following methods on the Global class: con2buf, buf2con, and buf2buf.