IDataGrid.VisualToReal

Syntax

VisualToReal(Index: Integer): Integer;

Parameters

Index - the index of the row, which is among the actually displayed rows.

Description

The VisualToReal method returns the absolute index of a row based on the index of the row among the actually displayed rows.

Comments

The method considers the filtering and the sort set.

See also:

IDataGrid