IBX.IBCustomDataSet.TIBDataSet.BatchOutput

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BatchOutput(OutputObject: TIBBatchOutput);

C++

void __fastcall BatchOutput(Ibx::Ibinputoutput::TIBBatchOutput* OutputObject);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDataSet

Description

Outputs the selected query in SQL to the referenced OutputObject.

Call BatchOutput to output the selected query in SQL to the referenced OutputObject.