Skip to main content

TdxPDFViewerCheckableAction Class

The base class for all classes that implement the actions synchronized with the checked status of the linked UI elements.

Declaration

TdxPDFViewerCheckableAction = class(
    TdxPDFViewerCustomAction
)

Remarks

This class does not introduce any new public members. The TdxPDFViewerCheckableAction class is the ancestor of the TdxPDFViewerHandTool, TdxPDFViewerSelectTool, TdxPDFViewerZoomFitWidth, TdxPDFViewerZoomToPageLevel, and TdxPDFViewerFixedZoomAction classes.

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

See Also