IBX.IBBlob.TIBBlobStream.LoadFromFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromFile(Filename: string);

C++

void __fastcall LoadFromFile(System::UnicodeString Filename);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBBlob.pas
IBX.IBBlob.hpp
IBX.IBBlob TIBBlobStream

Description

Loads a Blob from a file to the field.

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.