Vcl.Imaging.GIFImg.TGIFList.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 TGIFList

Description

Loads a list of GIF items from the given stream into the Items list.

Call LoadFromStream to load a list of GIF items from the stream specified through the Stream argument into the Items list.

See Also