RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXMorphicCommand.GetNextReader Method

Gets next instance of TDBXReader

Pascal
function GetNextReader: TDBXReader; override;
C++
virtual __fastcall TDBXReader GetNextReader();

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!