TdxPDFViewerOptionsBehavior.ShowHints Property
In This Article
Specifies if the PDF Viewer control displays hints.
#Declaration
Delphi
property ShowHints: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False or True to disable or enable hints that the control displays for the Navigation pane’s UI elements and external hyperlinks within a loaded document.
The default ShowHints property value is True.
See Also