Create(TdxUIAdornerManager) Constructor
Creates a new TdxGuides 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 guide adorners in the UI adorner manager passed as the AManager parameter. This constructor calls the inherited constructor and initializes all properties to their default values. In particular, the Create constructor calls the TextToShortCut function passing the dxGuidesDefaultDeactivateKey global constant as a parameter to initialize the DeactivateKey property.
See Also