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

Description

Introduces an abstract method that loads the image from a stream.

Vcl.Imaging.GIFImg.TGIFImage.LoadFromStream inherits from Vcl.Graphics.TGraphic.LoadFromStream. All content below this line refers to Vcl.Graphics.TGraphic.LoadFromStream.

Introduces an abstract method that loads the image from a stream.

Each descendant graphic object defines a LoadFromStream method that loads a graphics object from Stream.

See Also