TdxTileControlGroup.DeleteItem(TdxTileControlItem) Method
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