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