.. highlightlang:: us .. _tabledestroy: TableDestroy ============ .. index:: TableDestroy .. us.tag TableDestroy table.create New400 :ref:`TableDestroy` destroys the given table object and frees any memory the object occupied. .. function:: bool = TableDestroy(hTable) .. us.return **Return Value** If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hTable Identifies the table object. .. seealso:: :ref:`overview-table`, :ref:`TableCreate` :sub:`id-1095515`