Used to allow retrieving data from the database starting from the specified row.
Class
TCustomLiteTable
Syntax
property Offset: integer default 0;
Remarks
Use the Offset property to allow retrieving data from the database starting from the specified row. The default value is 0.
See Also