TBDestroyΒΆ

TBDestroy destroys the given text object and frees any memory the text object occupied.

bool = TBDestroy(hText)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hText

The handle of a text object created with TBCreate.

id-1424217