Data.DBXClient.TDBXClientCommand.DerivedPrepare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DerivedPrepare; override;

C++

virtual void __fastcall DerivedPrepare();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand

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.

See Also