Bde.DBTables.TDatabase.DoDisconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDisconnect; override;

C++

virtual void __fastcall DoDisconnect(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TDatabase

Description

Provides the interface for a method that terminates the connection.

Bde.DBTables.TDatabase.DoDisconnect inherits from Data.DB.TCustomConnection.DoDisconnect. All content below this line refers to Data.DB.TCustomConnection.DoDisconnect.

Provides the interface for a method that terminates the connection.

The Connected property uses DoDisconnect to close a connection. Descendent classes override the DoDisconnect method to drop a connection. As implemented in TCustomConnection, DoDisconnect does nothing.

See Also