Data.DB.TCustomConnection.DoDisconnect
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TCustomConnection |
Delphi
procedure DoDisconnect; virtual;
C++
virtual void __fastcall DoDisconnect();
Description
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.