Vcl.Imaging.GIFImg.TGIFItem.LoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromStream(Stream: TStream); virtual; abstract;

C++

virtual void __fastcall LoadFromStream(System::Classes::TStream* Stream) = 0 ;

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 given stream.

Call LoadFromStream to load the image data from the stream specified through the Stream argument into the Image property.

See Also