Purpose
Obtains pointer to a row’s memory for reading.
Syntax
const void* ConstRow(int nRow);
Parameters
nRow
: Row number, starting from 0.Return Value
Pointer to the specified row’s memory if found. Otherwise returns NULL.
Description
Writing to the row memory is not permitted. Use the Row or CopyLineFrom functions if you want to write to the row. Use Cell or Field if you want to access individual fields.
Related Information
Row CopyLineTo CopyLineFrom