IBX.IBQuery.TIBQuery.BatchOutput
Delphi
procedure BatchOutput(OutputObject: TIBBatchOutput);
C++
void __fastcall BatchOutput(Ibx::Ibinputoutput::TIBBatchOutput* OutputObject);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | IBX.IBQuery.pas IBX.IBQuery.hpp |
IBX.IBQuery | TIBQuery |
Description
Outputs the selected query in SQL to the referenced OutputObject.
Call BatchOutput to output the selected query in SQL to the referenced OutputObject.