IExecuteSettings.CurrentPage

Syntax

CurrentPage: Integer;

Description

The CurrentPage property determines number of the page with source records displayed in the table.

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