Vcl.Imaging.GIFImg.TGIFTrailer.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
published
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFTrailer

Description

Loads the GIF trailer from the given stream.

Call LoadFromStream to load the GIF trailer data from the stream given through the Stream parameter into the TGIFTrailer instance.

See Also