xRecord.data Method

Retrieves a row from the table.

Syntax

public  data([Common cursor])

Run On

Called

Parameters

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.

See Also

Reference

xRecord Class