TdxCustomAdorner Events
The base class for all classes that implement UI adorner elements.| Name | Description |
|---|---|
| OnChanged | Enables you to respond to the UI adorner element’s changes. |
| OnClick | Allows you to respond to a click on the UI adorner element. |
| OnCustomDraw | Allows you to custom paint the UI adorner. |
| OnCustomDrawBackground | Allows you to custom paint the badge UI adorner‘s background. |
See Also