Data.DBXClient.TDBXClientConnection.DerivedClose

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: TDBXClientConnection

Delphi

procedure DerivedClose; override;

C++

virtual void __fastcall DerivedClose();

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