Data.DB.TBlobField.SaveToFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToFile(const FileName: string);

C++

void __fastcall SaveToFile(const System::UnicodeString FileName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB TBlobField

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.



Query1Files.SaveToFile('c:\Data\' + Query1FileName.AsString);



See Also