TcxDataControllerGroups.LoadRecordIndexes(TList,TcxDataGroupIndex) Method
Populates AList with indexes of records that correspond to rows of the ADataGroupIndex data group.
Declaration
procedure LoadRecordIndexes(AList: TList; ADataGroupIndex: TcxDataGroupIndex);
Parameters
Name | Type |
---|---|
AList | TList |
ADataGroupIndex | TcxDataGroupIndex |
Remarks
If the data is grouped by items in the grid view, rows are organized into hierarchical data groups.
The LoadRecordIndexes method allows you to cache information on records of the specific data group.
ADataGroupIndex specifies the data group whose corresponding record indexes are to be cached.
See Also