Data.SqlExpr.TConnectionData.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TConnectionData();

Properties

Type Visibility Source Unit Parent
destructor public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr 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.

See Also