Data.DB.TBlobField.SaveToFile

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TBlobField

Delphi

procedure SaveToFile(const FileName: string);

C++

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

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