Skip to main content

TcxDataControllerGroups.LoadRecordIndexesByRowIndex(TList,Integer) Method

Populates AList with indexes of records that correspond to rows of the data group identified by the ARowIndex row.

Declaration

procedure LoadRecordIndexesByRowIndex(AList: TList; ARowIndex: Integer);

Parameters

Name Type
AList TList
ARowIndex Integer

Remarks

If the data is grouped by items in the grid view, rows are organized into hierarchical data groups.

Each data group can be identified by a row that it contains (see the DataGroupIndexByRowIndex property).

The LoadRecordIndexesByRowIndex method allows you to cache information on records that correspond to rows of a particular data group.

See Also