TdxCustomAdorners.Manager Property
In This Article
Provides access to the UI adorner manager to which the current adorner collection belongs.
#Declaration
Delphi
property Manager: TdxUIAdornerManager read;
#Property Value
Type |
---|
Tdx |
#Remarks
You can use this property to access the UI adorner manager’s properties or call its BeginUpdate/EndUpdate procedures.
See Also