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(TdxUIAdornerManager) Constructor

Creates a new TdxBadges class instance.

#Declaration

Delphi
constructor Create(AManager: TdxUIAdornerManager); override;

#Parameters

Name Type
AManager TdxUIAdornerManager

#Remarks

This constructor supports the internal infrastructure and is not intended to be used directly from your code.

The Create constructor creates an empty collection of badge adorners in the UI adorner manager passed as the AManager parameter. This constructor calls the inherited constructor and initializes the Color and ParentFont properties to their default values.

See Also