Open main menu

RAD Studio API Documentation β

IBX.IBQuery.TIBQuery.Destroy

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TIBQuery();

Properties

Type Visibility Source Unit Parent
destructor public
IBX.IBQuery.pas
IBX.IBQuery.hpp
IBX.IBQuery TIBQuery

Description

Destroys the instance of a query.

Do not call Destroy directly. Instead call Free to verify that the query is not already freed before calling Destroy. Destroy disconnects from the server, frees the SQL statement list and the parameter list, and then calls its inherited destructor.