Destroys the instance of a component.
Syntax:
destructor Destroy;
Description:
Do not call Destroy directly. Instead, call Free, which verifies that the table is
not nil before calling Destroy. Destroy frees the index files list for the table, frees
its data link, frees its index definitions, and then calls its inherited destructor.