Skip to main content

TdxCustomAdorner Class

The base class for all classes that implement UI adorner elements.

Declaration

TdxCustomAdorner = class(
    TcxComponentCollectionItem,
    IdxScaleFactor
)

Remarks

This class extends its ancestor with the following members that allow you to:

You do not need to create instances of the TdxCustomAdorner class. Use its descendants instead.

Implements

See Also