vcl-dxuiadorners-b1e6d1b1.md
Stores ViewInfo information for painting guide UI adorners.
TdxGuideViewInfo = class(
TdxCustomAdornerViewInfo,
IcxMouseTrackingCaller,
IcxMouseTrackingCaller2
)
This class provides the following members that allow you to:
The TdxAdornerCustomDrawEvent procedural type’s AViewInfo parameter references a TdxGuideViewInfo object as the TdxCustomAdornerViewInfo class. To access the guide’s ViewInfo information within a custom draw event handler, cast a TdxCustomAdornerViewInfo object to the TdxGuideViewInfo class.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxCustomAdornerViewInfo TdxGuideViewInfo
See Also
TdxCustomAdorner.OnCustomDrawBackground
TdxUIAdornerManager.OnAdornerCustomDraw