IDataGridRow.AbsoluteIndex

Syntax

AbsoluteIndex: Integer;

Description

The AbsoluteIndex property returns the absolute index of a table row.

NOTE. This index is always constant, it corresponds to the row index in a data source and it does not depend on the set sorting and filtering.

See also:

IDataGridRow