vcl-dxuiadorners-55725c43.md
The base class for all classes that implement UI adorner ViewInfo classes.
TdxCustomAdornerViewInfo = class(
TcxOwnedInterfacedPersistent
)
This class provides the following members that allow you to:
The TdxAdornerCustomDrawEvent procedural type’s AViewInfo parameter references a TdxCustomAdornerViewInfo object allowing you to access the badge or guide adorner ViewInfo information within a custom draw event handler.
To obtain adorner-specific ViewInfo information within a custom draw event handler, you need to cast a TdxCustomAdornerViewInfo object to the TdxBadgeViewInfo or TdxGuideViewInfo class, depending on the actual type of the currently painted adorner.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxCustomAdornerViewInfo
See Also
TdxCustomAdorner.OnCustomDrawBackground
TdxUIAdornerManager.OnAdornerCustomDraw
TdxUIAdornerManager.OnAdornerCustomDrawBackground