TdxCustomTileControl.DeleteItem(TdxTileControlItem) Method
In This Article
Deletes a specified tile item.
#Declaration
Delphi
procedure DeleteItem(AItem: TdxTileControlItem);
#Parameters
Name | Type |
---|---|
AItem | Tdx |
#Remarks
This function deletes AItem from the Items collection.
See Also