Data.DBXClient.TDBXClientConnection.DerivedClose
[–] 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.