Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

Record Offset

This property holds the current record offset of a record. If a record is cleared, the record offset property is zero. All records in a table, even the first record, will have a record offset value greater than zero.

You can retrieve the record offset value by calling the CTRecord.GetRecordPos() method. You can set the record offset property and load the record data at the offset by calling CTRecord.SeekRecord().

TOCIndex