Vcl.Imaging.GIFImg.TGIFUnknownAppExtension.LoadData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadData(Stream: TStream); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFUnknownAppExtension

Description

Reads the information from a stream.

LoadData is an abstract method used to read the information stored in the stream specified by the parameter.

See Also