Data.DBXClient.TDBXClientCommand.DerivedGetNextReader

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: TDBXClientCommand

Delphi

function DerivedGetNextReader: TDBXReader; override;

C++

virtual Data::Dbxcommon::TDBXReader* __fastcall DerivedGetNextReader();

Description

Gets the next instance of TDBXReader.

DerivedGetNextReader is called by TDBXCommand.GetNextReader to get the next instance of TDBXReader for commands that return more than one reader when using a DataSnap connection. Every class derived from TDBXCommand must implement it.

See Also