OnAnnClicked event (Annotation Control)
Builder Syntax |
TAnnClickedEvent OnAnnClicked (LEADTyp::L_HANDLE hObject); |
Delphi Syntax |
OnAnnClicked(hObject: L_HANDLE): TAnnClickedEvent |
Overview |
Refer to Implementing Annotations. |
Remarks
(Document/Medical only) Occurs when the user clicks on a button or hot spot annotation object.
The object handle that this event receives can be used to immediately identify the object, but it should not be used as a unique identifier over time. (The annotation undo feature can cause object handles to change.) Therefore, to keep track of particular objects over time, use the AnnSetTag method and the AnnGetTag method.
See Also
Topics: |