Skip to main content

TdxTileControlGroup.DeleteItems Method

Deletes all items in the tile group.

Declaration

procedure DeleteItems;

Remarks

Call this procedure to clear the group by destroying all its tile items. To destroy individual items, call the DeleteItem procedure instead.

Call the RemoveItems or RemoveItem procedure to unlink tile items from the group without destroying them. Removed items are hidden yet still accessible via the tile or tile bar control’s Items collection.

See Also