Skip to main content

TdxCustomAdorners Class

A collection of abstract UI adorner elements.

Declaration

TdxCustomAdorners = class(
    TcxComponentCollection
)

Remarks

This is the base class for all classes that implement adorner collections in the UI adorner manager. The TdxCustomAdorners class extends its ancestor with the following members that allow you to:

  • Enable or disable adorner elements (Active);

  • Access or customize individual adorner elements (Items);

  • Access UI adorner manager to which the current collection belongs (Manager).

Refer to the TcxComponentCollection class description for detailed information on the core component collection management functionality.

The TdxCustomAdorner.Adorners property references a TdxCustomAdorners object. Normally, you do not need to create instances of this class, use the TdxBadges and TdxGuides classes instead.

Inheritance

See Also