AnnClearTextTokenTable method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnClearTextTokenTable(void)

Delphi Syntax

AnnClearTextTokenTable ( ): L_INT

Overview

Refer to Implementing Annotations.

Remarks

Removes all tokens from the text token table.

Call this method to delete ALL the tokens from 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_TEXT

image\sqrblit.gif ANNOBJECT_TEXTPOINTER

image\sqrblit.gif ANNOBJECT_STAMP

See Also

Elements:

AnnDescription property, AnnTokenString property, AnnToken property, AnnTokenType property, AnnInsertTextTokenTable method, AnnDeleteTextTokenTable method, AnnEnableEnumerateTextTokenTableEvent property, AnnEnumerateTextToken method, AnnEnumerateTextTokenTable Event

Topics:

Annotations: Automation