Skip to main content

TdxAdornerTargetElementControl Class

The class that implements a link to the UI adorner‘s target control.

Declaration

TdxAdornerTargetElementControl = class(
    TdxAdornerCustomTargetElement
)

Remarks

This class extends its ancestor with the Control property that allows you to specify a control that either is:

The UI adorner’s TargetElement property references a TdxAdornerTargetElementControl class instance as a TdxAdornerCustomTargetElement object if the adorner’s TargetElementClassName property is set to ‘TdxAdornerTargetElementControl’.

See Also