TdxPDFHyperlink.GetHitCode Method
Returns a HitTest code corresponding to a hyperlink within the displayed PDF document.
Declaration
function GetHitCode: Integer; override;
Returns
Type |
---|
Integer |
Remarks
This function is the HitCode property’s getter. This GetHitCode function implementation always returns the hcHyperlink global constant value.
See Also