IDataGrid.RealToVisual

Syntax

RealToVisual(Index: Integer): Integer;

Parameters

Index - absolute index of the row.

Description

The RealToVisual method returns the index of a visible row based on the absolute index of the row in a table.

Comments

The method considers the filtering and the sorting set and returns -1 if the row is not in the visible rows range.

See also:

IDataGrid