Vcl.Imaging.GIFImg.TGIFItem.LoadFromFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromFile(const Filename: string);

C++

void __fastcall LoadFromFile(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

Loads the GIF image data from the specified file.

Call LoadFromFile to load the image data from the file with the name specified through the Filename argument into the Image property.

See Also