Back to Devexpress

Create(TComponent) Constructor

vcl-dxuiadorners-dot-tdxuiadornermanager-dot-create-x28-system-dot-classes-dot-tcomponent-x29.md

latest1.5 KB
Original Source

Create(TComponent) Constructor

Creates a new TdxUIAdornerManager class instance.

Declaration

delphi
constructor Create(AOwner: TComponent); override;

Parameters

NameTypeDescription
AOwnerTComponent

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

TdxBadges.Create Constructor

TdxGuides.Create Constructor

TdxUIAdornerManager Class

TdxUIAdornerManager Members

dxUIAdorners Unit