Skip to main content

Record

Important

This C++ SDK uses outdated technology that limits your extension opportunities. We've built a new Platform SDK using Python and the latest open-source technology to deliver a vastly improved development experience. Go to Platform SDK to get started!

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()