Create(TComponent) Constructor
Creates a new TdxUIAdornerManager class instance.
Declaration
constructor Create(AOwner: TComponent); override;
Parameters
| Name | Type | Description |
|---|---|---|
| AOwner | TComponent | The parent component for the newly created UI adorner manager. |
Remarks
Call this constructor to create a new UI adorner manager component on a form or control passed as the AOwner parameter. If the provided owner component is not a TWinControl descendant, an exception occurs.
The constructor calls the inherited constructor and creates the empty badge and guide collections.
Call the destructor to destroy a UI adorner manager and all its adorners.
See Also