RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBOutputRawFile Class

TIBOutputRawFile outputs data to a raw file format.

Pascal
TIBOutputRawFile = class(TIBBatchOutput);
C++
class TIBOutputRawFile : public TIBBatchOutput;

Use a TIBOutputRawFile object to output data from a raw file. A raw file is the equivalent to InterBase external file output. Raw files are not limited to a straight character format. 

 

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