API:Vcl.Imaging.GIFImg.TGIFCommentExtension.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 TGIFCommentExtension

Description

Loads the extension from the given stream.

Vcl.Imaging.GIFImg.TGIFCommentExtension.LoadFromStream inherits from Vcl.Imaging.GIFImg.TGIFExtension.LoadFromStream. All content below this line refers to Vcl.Imaging.GIFImg.TGIFExtension.LoadFromStream.

Loads the extension from the given stream.

Call LoadFromStream to load the extension for the image file from the stream specified through the Stream argument.

See Also