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