IExecuteSettings.RecordsCount

Syntax

RecordsCount: Integer;

Description

The RecordsCount property determines the number of records displayed on the table page.

Comments

The property is relevant if the AllowPaging property is set to True.

Example

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

See also:

IExecuteSettings