AnnDestroy method (Annotation Control)
Builder Syntax |
|
Delphi Syntax |
Function AnnDestroy(hObject: L_HANDLE; iFlags: Integer): Integer; |
Overview |
Refer to Implementing Annotations. |
Remarks
(Document/Medical only) Deletes an annotation object and frees the memory that was used to store the object.
Note: |
The user should not call this method during processing of the OnAnnCreate, OnAnnDestroy or OnAnnEnumerate events. |
See Also