Skip to main content

TdxServerModeDataControllerGroups Methods

Name Description
ChangeExpanding(Integer,Boolean,Boolean) Expands or collapses a data group. Inherited from TcxDataControllerGroups.
ChangeGrouping(Integer,Integer,Boolean,Boolean) Sets the group index for a specified item Inherited from TcxDataControllerGroups.
ClearGrouping Removes grid data grouping. Inherited from TcxDataControllerGroups.
Equals(TObject) Inherited from TObject.
FullCollapse Collapses all data groups within a grid control recursively. Inherited from TcxDataControllerGroups.
FullExpand Expands all data groups within a grid control recursively. Inherited from TcxDataControllerGroups.
GetDataGroupIndexByGroupValue(TcxDataGroupIndex,Variant) Returns an index of the group row (data group) by the corresponding value stored in the underlying persistent field. Inherited from TcxDataControllerGroups.
GetGroupingItemIndexByLevelGroupedItemIndex(Integer,Integer) Inherited from TcxDataControllerGroups.
GetHashCode Inherited from TObject.
GetItemGroupIndexByLevelGroupedItemIndex(Integer,Integer) Inherited from TcxDataControllerGroups.
GetLevelByItemGroupIndex(Integer) Inherited from TcxDataControllerGroups.
GetLevelGroupedItemCount(Integer) Inherited from TcxDataControllerGroups.
GetParentGroupingItemIndex(Integer) Inherited from TcxDataControllerGroups.
HasAsParent(Integer,Integer) Checks whether the ARowIndex row is a child of the AParentRowIndex row. Inherited from TcxDataControllerGroups.
LoadRecordIndexes(TList,TcxDataGroupIndex) Populates AList with indexes of records that correspond to rows of the ADataGroupIndex data group. Inherited from TcxDataControllerGroups.
LoadRecordIndexesByRowIndex(TList,Integer) Populates AList with indexes of records that correspond to rows of the data group identified by the ARowIndex row. Inherited from TcxDataControllerGroups.
ToString Inherited from TObject.
See Also