Data.DBXClient.TDBXClientCommand.DerivedClose
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXClient.pas Data.DBXClient.hpp
| |
Unit: Data.DBXClient | |
Parent: TDBXClientCommand |
Delphi
procedure DerivedClose; override;
C++
virtual void __fastcall DerivedClose();
Description
Closes the command.
DerivedClose is called by TDBXCommand.Close to close the command when using a DataSnap connection. Every class derived from TDBXCommand must implement it.