Record
Last modified: July 08, 2021
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()