TdxCustomTileControl.RemoveGroup(TdxTileControlGroup) Method
Removes a specified tile group from the tile control.
Declaration
procedure RemoveGroup(AGroup: TdxTileControlGroup);
Parameters
Name | Type |
---|---|
AGroup | TdxTileControlGroup |
Remarks
This method removes the AGroup group from the Groups collection and the tile control. The group’s items will not be removed – they will be unlinked and still be available via the Items collection.
Note
To postpone immediate repainting of the tile control in response to layout/appearance changes, enclose the code that performs multiple RemoveGroup method calls within the BeginUpdate/EndUpdate method blocks.
See Also