LAnnAutomation::ClearTextTokenTable
#include "ltwrappr.h"
virtual L_INT LAnnAutomation::ClearTextTokenTable()
Removes all tokens from the text token table. This function is available in the Document/Medical Toolkits.
Returns
| SUCCESS | The function was successful. | 
| < 1 | An error occurred. Refer to Return Codes. | 
Comments
Call this function to delete ALL the tokens from the text token table. This function is used with the text annotation objects that support tokens, namely the following:
 LAnnAutomation
 LAnnAutomation
 LAnnButton
 LAnnButton
 LAnnNote
 LAnnNote
 LAnnPushPin
 LAnnPushPin
 LAnnStamp
 LAnnStamp
 LAnnText
 LAnnText
 LAnnTextPointer
 LAnnTextPointer
Required DLLs and Libraries
| LTANN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. | 
See Also
| Functions: | |
| Topics: | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | 
Example
// This example removes all of the tokens from the current text token table
L_VOID SampleAnnClearTextTokenTable(LAnnAutomation *pLAutomation) 
 
{
   pLAutomation->ClearTextTokenTable();
}