Vcl.Imaging.GIFImg.TGIFExtension.DoReadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoReadFromStream(Stream: TStream): TGIFExtensionType;

C++

System::Byte __fastcall DoReadFromStream(System::Classes::TStream* Stream);

Properties

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

Description

Returns the extension read from the stream.

DoReadFromStream is a protected method used to read the extension from the stream given by the parameter.

See Also