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