Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxAdornerTargetElementControl Class

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

#Declaration

Delphi
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