Data.DBXDelegate.TDBXDelegateConnection.Close

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Unit: Data.DBXDelegate
Parent: TDBXDelegateConnection

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Description

Closes the TDBXConnection

Data.DBXDelegate.TDBXDelegateConnection.Close inherits from Data.DBXCommon.TDBXConnection.Close. All content below this line refers to Data.DBXCommon.TDBXConnection.Close.

Closes the TDBXConnection

This method closes the connection and any associated resources. Normally this is called by the destructor.

See Also