TcxDataControllerGroups.LoadRecordIndexesByRowIndex(TList,Integer) Method
In This Article
Populates AList with indexes of records that correspond to rows of the data group identified by the ARowIndex row.
#Declaration
#Parameters
Name | Type |
---|---|
AList | TList |
ARow |
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