Data.DBXCommon.TDBXMorphicCommand.GetNextReader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetNextReader: TDBXReader; override;

C++

virtual TDBXReader* __fastcall GetNextReader();

Properties

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

Description

Gets next instance of TDBXReader

Data.DBXCommon.TDBXMorphicCommand.GetNextReader inherits from Data.DBXCommon.TDBXCommand.GetNextReader. All content below this line refers to Data.DBXCommon.TDBXCommand.GetNextReader.

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