Back to Devexpress

TdxTileControlGroup.DeleteItem(TdxTileControlItem) Method

vcl-dxcustomtilecontrol-dot-tdxtilecontrolgroup-dot-deleteitem-x28-dxcustomtilecontrol-dot-tdxtilecontrolitem-x29.md

latest1.5 KB
Original Source

TdxTileControlGroup.DeleteItem(TdxTileControlItem) Method

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

Declaration

delphi
procedure DeleteItem(AItem: TdxTileControlItem);

Parameters

NameType
AItemTdxTileControlItem

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

TdxCustomTileControl.DeleteItem

TdxTileControlGroup Class

TdxTileControlGroup Members

dxCustomTileControl Unit