AnnSetHyperlinkString method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnSetHyperlinkString(LEADTyp::L_HANDLE hObject, int iType, char * pszHyperlink);

Delphi Syntax

Function AnnSetHyperlinkString(hObject:L_HANDLE; iType: Integer; pszHyperlink: Pchar): 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 sets the string containing the name of the program, with all required command line parameters, or the URL of the Web page.

See Also

Elements:

AnnSetHyperlinkMsg method, AnnGetHyperlinkString method, AnnGetHyperlinkType

Topics:

Annotations (Document/Medical only): Annotation Hyperlinks