Bde.DBTables.TQuery.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TQuery();

Properties

Type Visibility Source Unit Parent
destructor public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TQuery

Description

Destroys the instance of a query.

Do not call Destroy directly. Instead, call Free, which checks that the TQuery is not nil before calling Destroy.

Destroy disconnects from the server, frees the SQL statement list, the parameter list, and the data link and SQL binary storage area, and then calls its inherited destructor.

See Also