Back to Devexpress

TdxTileControlGroup.RemoveItem(TdxTileControlItem) Method

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

latest1.4 KB
Original Source

TdxTileControlGroup.RemoveItem(TdxTileControlItem) Method

Removes a specific tile or tile bar item from the group.

Declaration

delphi
procedure RemoveItem(AItem: TdxTileControlItem);

Parameters

NameType
AItemTdxTileControlItem

Remarks

Call this procedure to unlink a tile item passed as the AItem parameter from the current group. The unlinked and hidden tile remains within the control’s Items collection, available for further use. To clear the group by unlinking all its tile items, call the RemoveItems procedure instead.

To destroy tile items within the group, call the DeleteItem or DeleteItems procedure.

Note

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

See Also

TdxTileControlGroup Class

TdxTileControlGroup Members

dxCustomTileControl Unit