vcl-dxpdfvieweractions-abb68e2c.md
An action object corresponding to the SelectTool command provided by the PDF Viewer control.
TdxPDFViewerSelectTool = class(
TdxPDFViewerCheckableAction
)
This class does not introduce any new public members. Executing a TdxPDFViewerSelectTool action object disables or enables the content selection tool (depending on its current state).
Enabling the capability to select the PDF document content disables the Hand tool and vice versa.
UI elements linked to a TdxPDFViewerSelectTool action object are enabled only if the PDF Viewer control currently displays a document (i.e., the control’s IsDocumentLoaded function returns True).
Show 12 items
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxCustomAction TdxPDFViewerCustomAction TdxPDFViewerCheckableAction TdxPDFViewerSelectTool
See Also