Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Create(TComponent) Constructor

Creates a new TdxUIAdornerManager class instance.

#Declaration

Delphi
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