RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBlobStream.SaveToFile Method

Saves the contents of the Blob field to a file.

Pascal
procedure SaveToFile(Filename: string);
C++
__fastcall SaveToFile(AnsiString Filename);

Use SaveToFile to save the contents of the Blob field to a file. Specify the name of the file as the value of the FileName parameter. 

 

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