Data.SqlExpr.TSQLConnection.DoDisconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDisconnect; override;

C++

virtual void __fastcall DoDisconnect();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

Description

Provides the interface for a method that terminates the connection.

The Connected property uses DoDisconnect to close a connection.

See Also