IBX.IBBlob.TIBBlobStream.SaveToFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToFile(Filename: string);

C++

void __fastcall SaveToFile(System::UnicodeString Filename);

Properties

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

Description

Saves the contents of the Blob field to a file.

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.