RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBatch Class

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

Pascal
TIBBatch = class(TObject);
C++
class TIBBatch : public TObject;

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. 

 

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