Skip to main content

TdxTileControlGroup.DeleteItem(TdxTileControlItem) Method

Deletes a specific tile or tile bar item within the group.

Declaration

procedure DeleteItem(AItem: TdxTileControlItem);

Parameters

Name Type
AItem TdxTileControlItem

Remarks

Call this procedure to destroy a tile item passed as the AItem parameter. To clear the group by destroying all of its items, call the DeleteItems procedure instead.

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

Note

Calling the DeleteItem procedure has no effect if the specified tile item is not within the group.

See Also