TdxTileControlGroup.RemoveItem(TdxTileControlItem) Method
Declaration
procedure RemoveItem(AItem: TdxTileControlItem);
Parameters
Name | Type |
---|---|
AItem | TdxTileControlItem |
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