Skip to main content

TdxPDFViewerCellHitTest Class

The base class for all HitTest classes that provide information about visual elements of the PDF Viewer and its loaded document.

Declaration

TdxPDFViewerCellHitTest = class(
    TdxPDFViewerCustomHitTest
)

Remarks

This class extends its ancestor with the Cursor property that allows you to identify the current mouse cursor type.

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

See Also