Back to Devexpress

TdxPDFViewerCellHitTest Class

vcl-dxpdfviewer-88a1c973.md

latest1019 B
Original Source

TdxPDFViewerCellHitTest Class

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

Declaration

delphi
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.

Inheritance

TObject TdxPDFViewerCustomObject TdxPDFViewerCustomHitTest TdxPDFViewerCellHitTest

See Also

TdxPDFViewerCellHitTest Members

dxPDFViewer Unit