Pascal
procedure tsStringDispose(pText: pWideChar);
C/C++
void tsStringDispose(const WideChar * pText);
Frees an earlier allocated or converted string.
The string that will be freed.
To delete some strings from the internal garbage collection the TextSuite library needs to be initialized. See also tsInit.
If an access violation occoured while freeing the string. This may be happen if you pass an allready freed or invalid string pointer to this function.
If you pass nil / NULL to this function.
There was an unknown error. Please inform me in which case this happens.