AnnClearTextTokenTable method (Annotation Control)
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:
ANNOBJECT_AUTOMATION
ANNOBJECT_BUTTON
ANNOBJECT_NOTE
ANNOBJECT_TEXT
ANNOBJECT_TEXTPOINTER
ANNOBJECT_STAMP
See Also