Data.DBXClient.TDBXClientConnection.DerivedClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DerivedClose; override;

C++

virtual void __fastcall DerivedClose();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientConnection

Description

Closes the current DataSnap connection.

DerivedClose is called by Close to close the DataSnap connection. Every class derived from TDBXConnection must implement it.

See Also