Record
Version:
Current
Last modified: July 06, 2020
The Record class represents a row of data. Records are created using the CreateRecord
function from the RecordInfo
class.
Methods
GetRecord
Provides a way to work with the contents of a record. Returns a pointer to the RecordData
structure for the record.
const RecordData * GetRecord()