AnnHandle property (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

TAnnHandle* AnnHandle

Delphi Syntax

AnnHandle: TAnnHandle

Overview

Refer to Implementing Annotations.

Remarks

Access the user-defined annotation handle.

This property is updated with the user handle information when the AnnGetUserHandle method is called.

To add a new user handle to an annotation object, set this property with the desired handle information, and then call the AnnAddUserHandle method.

To change an existing user handle, call the AnnGetUserHandle method to get the current handle information. Set the desired values in this property and then call the AnnChangeUserHandle method.

A user handle can be deleted using the AnnDeleteUserHandle method.

See Also

Elements:

AnnGetUserHandle method, AnnAddUserHandle method, AnnChangeUserHandle method, AnnDeleteUserHandle method, ID property (TAnnHandleInfo), ContainerX property (TAnnHandleInfo), ContainerY property (TAnnHandleInfo), ClientX property (TAnnHandleInfo), ClientY property (TAnnHandleInfo), Visible property(TAnnHandleInfo), PenColor property(TAnnHandleInfo), FillColor property(TAnnHandleInfo), Shape property(TAnnHandleInfo), Cursor property(TAnnHandleInfo)

Topics:

Annotations (Document/Medical only): Object Manipulation

 

Displaying and Manipulating Annotation Objects