Back to Devexpress

TdxPDFHyperlink.Hint Property

vcl-dxpdfcore-dot-tdxpdfhyperlink.md

latest910 B
Original Source

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

TdxPDFHyperlink Class

TdxPDFHyperlink Members

dxPDFCore Unit