Data.DBXDelegate.TDBXDelegateConnection.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateConnection

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