IBX.IBInputOutput.TIBBatch

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBBatch

Delphi

TIBBatch = class(TComponent)

C++

class PASCALIMPLEMENTATION TIBBatch : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
IBX.IBInputOutput.pas
IBX.IBInputOutput.hpp
IBX.IBInputOutput IBX.IBInputOutput

Description

TIBBatch is the abstract base class for the TIBBatchInput and TIBBatchOutput objects.

Use a TIBBatch object to provide properties and methods for use with the TIBBatchInput and TIBBatchOutput objects, which make it possible to input and output data in virtually any format.

Descendents of this class can specify a file name (for input or output), and a TIBXSQLDA object representing a record or parameters. The ReadyFile method is called right before performing the batch input or output.