API:Vcl.Imaging.GIFImg.TGIFExtensionList.LoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromStream(Stream: TStream); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFExtensionList

Description

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

Vcl.Imaging.GIFImg.TGIFExtensionList.LoadFromStream inherits from Vcl.Imaging.GIFImg.TGIFList.LoadFromStream. All content below this line refers to Vcl.Imaging.GIFImg.TGIFList.LoadFromStream.

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