Create(TdxUIAdornerManager) Constructor
Creates a new TdxBadges class instance.
Declaration
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