AnnGetHyperlinkParam method (Annotation Control)
Builder Syntax |
int AnnGetHyperlinkParam(LEADTyp::L_HANDLE hObject, int iParamIndex); |
Delphi Syntax |
Function AnnGetHyperlinkParam(hObject: L_HANDLE; iParamIndex: Integer): longint; |
Overview |
Refer to Implementing Annotation Hyperlinks. |
Remarks
(Document/Medical only) Returns the value of the parameter indicated by iParamIndex, for annotation objects with hyperlinks of type ANNLINK_EVENT5. Using this method with annotation objects having any other type of hyperlink will result in an error.
See Also
Elements: |
AnnGetHyperlinkType method, AnnSetHyperlinkMsg method, OnAnnHyperlink event |
Topics: |