Data.DBXCommon.TDBXMorphicCommand.GetNextReader

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXMorphicCommand

Delphi

function  GetNextReader: TDBXReader; override;

C++

virtual TDBXReader* __fastcall GetNextReader();

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