Open main menu

RAD Studio API Documentation β

Data.DBXCommon.TDBXCommand.GetNextReader

Delphi

function  GetNextReader: TDBXReader; virtual;

C++

virtual TDBXReader* __fastcall GetNextReader();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXCommand

Description

Gets next instance of TDBXReader

For commands that return more then one reader, this method gets the next instance of TDBXReader. If there are no more TDBXReader instances, it returns nil.

See Also