Data.DBXCommon.TDBXConnection.Close
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXConnection |
Delphi
procedure Close; virtual;
C++
virtual void __fastcall Close();
Description
Closes the TDBXConnection
This method closes the connection and any associated resources. Normally this is called by the destructor.