Skip to main content

TdxGuideViewInfo Class

Stores ViewInfo information for painting guide UI adorners.

Declaration

TdxGuideViewInfo = class(
    TdxCustomAdornerViewInfo,
    IcxMouseTrackingCaller,
    IcxMouseTrackingCaller2
)

Remarks

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.

See Also