TdxBadges Class
A collection of badge UI adorners.
Declaration
TdxBadges = class(
TdxCustomAdorners
)
Remarks
This class provides the following members that allow you to:
Obtain the current badge count (Count);
Access individual badges (Items);
Specify the default badge settings (Color, Font, and ParentFont);
Enable or disable all badges (Active);
Access the UI adorner manager (Manager);
Optimize application performance when bulk changes are applied to badges (BeginUpdate and EndUpdate).
The UI adorner manager‘s Badges property references a TdxBadges
object.
Inheritance
See Also