TTMSFNCCustomBadge Class
Base class for a badge overlay control that displays text or an image over another control.
API unit family: TMSFNCBadge
Inherits from: TTMSFNCCustomControl
Syntax
TTMSFNCCustomBadge = class(TTMSFNCCustomControl)
Methods
| Name | Description |
|---|---|
| BeginUpdate | Suspends visual updates. Pair with EndUpdate around bulk property changes to avoid intermediate repaints. |
| EndUpdate | Resumes visual updates suspended by BeginUpdate and triggers a repaint when the update counter reaches zero. |