TdxTileControlGroup.RemoveItems Method
Removes all items from the tile group.
Declaration
procedure RemoveItems;
Remarks
Call this procedure to clear the group by unlinking all the tile items from it. The unlinked and hidden tiles are still available via the control’s Items collection. To remove individual items, call the RemoveItem procedure instead.
To destroy tile items within the group, call the DeleteItems or DeleteItem procedure.
See Also