TdxBadges.Remove(TdxBadge) Method
Removes the specified badge UI adorner from the collection.
Declaration
procedure Remove(AItem: TdxBadge);
Parameters
Name | Type |
---|---|
AItem | TdxBadge |
Remarks
Call this procedure to destroy a badge passed as the AItem parameter. If there is no such badge within the collection, calling the Remove procedure has no effect.
To destroy all badges within the collection, call the Clear procedure instead.
See Also