TableDestroyΒΆ

TableDestroy destroys the given table object and frees any memory the object occupied.

bool = TableDestroy(hTable)

Return Value

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

Parameters

hTable

Identifies the table object.

id-1095515