AnnDeleteTextTokenTable method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnDeleteTextTokenTable(char cToken)

Delphi Syntax

AnnDeleteTextTokenTable (cToken: Char ): L_INT

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:

image\sqrblit.gif ANNOBJECT_AUTOMATION

image\sqrblit.gif ANNOBJECT_BUTTON

image\sqrblit.gif ANNOBJECT_NOTE

image\sqrblit.gif ANNOBJECT_PUSHPIN

image\sqrblit.gif ANNOBJECT_STAMP

image\sqrblit.gif ANNOBJECT_TEXT

image\sqrblit.gif ANNOBJECT_TEXTPOINTER

See Also

Elements:

AnnDescription property, AnnTokenString property, AnnToken property, AnnTokenType property, AnnInsertTextTokenTable method, AnnClearTextTokenTable method, AnnEnableEnumerateTextTokenTableEvent property, AnnEnumerateTextToken method, AnnEnumerateTextTokenTable event

Topics:

Annotations: Automation