IDataGrid.VisualToReal

Syntax

VisualToReal(Index: Integer): Integer;

Parameters

Index - 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 specified filtering and sorting.

See also:

IDataGrid