Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFHyperlink.Hint Property

Returns the hint that the PDF Viewer control displays for the hyperlink.

#Declaration

Delphi
property Hint: string read;

#Property Value

Type
string

#Remarks

The PDF Viewer control displays universal resource identifiers (URI) in hints for those hyperlinks that refer to external resources if its OptionsBehavior.ShowHints property is set to True. You can use the Hint property to obtain a URI for an external hyperlink.

Note

The Hint property always returns an empty string for internal hyperlinks.

See Also