AnnDeleteTextTokenTable method (Annotation Control)
Builder Syntax |
|
Delphi Syntax |
|
Overview |
Refer to Implementing Annotations. |
Remarks
Deletes a text token from the annotation text token table.
Call this method to delete the token #<cToken> from the text token table.
This method returns SUCCESS (1) if cToken is successfully deleted, or if cToken was not already in the text token table. This method is used with the text annotation objects that support tokens, namely the following:
ANNOBJECT_AUTOMATION
ANNOBJECT_BUTTON
ANNOBJECT_NOTE
ANNOBJECT_PUSHPIN
ANNOBJECT_STAMP
ANNOBJECT_TEXT
ANNOBJECT_TEXTPOINTER
See Also