Vcl.Imaging.GIFImg.TGIFApplicationExtension.LoadData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadData(Stream: TStream); virtual; abstract;

C++

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

Properties

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

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