IExecuteSettings.RecordsLimit

Syntax

RecordsLimit: Integer;

Description

The RecordsLimit property determines the limit of records loaded from the data source.

Comments

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.

Example

The property use is given in the example for IDataGridView.SetDataSet.

See also:

IExecuteSettings