Data.DBXClient.TDBXClientCommand.DerivedPrepare
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXClient.pas Data.DBXClient.hpp
| |
Unit: Data.DBXClient | |
Parent: TDBXClientCommand |
Delphi
procedure DerivedPrepare; override;
C++
virtual void __fastcall DerivedPrepare();
Description
Gets the next instance of TDBXReader.
DerivedPrepare is called by TDBXCommand.Prepare to prepare the command for execution when using a DataSnap connection. Every class derived from TDBXCommand must implement it.