Bde.DBTables.TTable.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TTable

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TTable();

Description

Destroys the instance of a table.

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.

See Also