Used to set the number of rows retrieved from the table.
Class
TCustomLiteTable
Syntax
property Limit: integer default - 1;
Remarks
Use the Limit property to set the number of rows retrieved from the table. If Limit is -1, all records will be obtained. The default value is -1.
See Also