Data.DBXClient.TDBXClientCommand.DerivedPrepare

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also