hcHyperlink Constant
In This Article
Specifies the HitTest code corresponding to a hyperlink displayed in a PDF document.
#Declaration
Delphi
const hcHyperlink = 2048;
#Remarks
The TdxPDFHyperlink.HitCode property’s getter returns this global constant value.
See Also