AllowPaging: Boolean;
The AllowPaging property determines whether table data pagination will be used.
Available values:
True. Default value. Use pagination. The table displays one page containing RecordsCount of records from the data source. Other records will be loaded and displayed when moving to next pages. Moving is executed using the CurrentPage property or corresponding panel displayed in the lower part of the component.
False. Do not use pagination, load all data source records to the table. Getting all data source records may take a long time. The number of records can be limited using the RecordsLimit property.
The property use is given in the example for IDataGridView.SetDataSet.
See also: