Data.SqlExpr.TConnectionData.Destroy
[–] Properties | |
---|---|
Type: destructor | |
Visibility: public | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: TConnectionData |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TConnectionData();
Description
Destroys the SQL connection object.
There is no need to explicitly free instances of TConnectionData. This is done automatically when the TSQLConnection is destroyed.