RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBlobStream.LoadFromFile Method

Loads a Blob from a file to the field.

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

Use LoadFromFile to load the contents of a file into a Blob field. Specify the name of the file to load into the field 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!