Data.DBXClient.TDBXClientConnection.DerivedClose
Delphi
procedure DerivedClose; override;
C++
virtual void __fastcall DerivedClose(void);
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.