Back to Devexpress

TdxTileControlGroup.RemoveItems Method

vcl-dxcustomtilecontrol-dot-tdxtilecontrolgroup-d0f991b7.md

latest1007 B
Original Source

TdxTileControlGroup.RemoveItems Method

Removes all items from the tile group.

Declaration

delphi
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

TdxTileControlGroup Class

TdxTileControlGroup Members

dxCustomTileControl Unit