Description


Allows you to set an offset when retrieving records from the database.


Typically, this property is used to implement page-by-page output of records in a component.


To remove the offset for records, set it to 0.




Example


Form1.TableGrid1.dbOffSet := 1000;
Form1.TableGrid1.dbOffSet := 0; // removes offset of records




A project with an example of page-by-page output of records.