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