RecordsLimit: Integer;
The RecordsLimit property determines the limit of records loaded from the data source.
By default, regardless of whether pagination is used or not, one will be able to load from source and view all records. To limit the number of records, use the RecordsLimit property. To reset the limit, set the RecordsLimit property to -1.
The property use is given in the example for IDataGridView.SetDataSet.
See also: