Vcl.Imaging.GIFImg.TGIFItem.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
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFItem

Description

Saves the image data stored in the Image property into the given file.

Call SaveToFile to save the image data stored in the Image property into the file with the name specified through the Filename argument.

See Also