AnnSetHyperlinkMsg method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnSetHyperlinkMsg (LEADTyp::L_HANDLE hObject, int iType, int lParam1 , int lParam2 , int lParam3 , int lParam4 , int lParam5);

Delphi Syntax

Function AnnSetHyperlinkMsg (hObject:L_HANDLE; iType: Integer; lParam1 : longint; lParam2 : longint; lParam3 : longint; lParam4 : longint; lParam5 : longint):Integer;

Overview

Refer to Implementing Annotation Hyperlinks.

Remarks

(Document/Medical only) Annotations may be hyperlinked to run a program, access a Web page, or send a user-defined message to the OnAnnHyperlink event. This method creates a hyperlink from an annotation to the OnAnnHyperlink event with either no parameters or five parameters, depending on iType.

See Also

Elements:

AnnSetHyperlinkString method

Topics:

Annotations (Document/Medical only): Annotation Hyperlinks