Vcl.Imaging.GIFImg.TGIFItem.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFItem

Description

Saves the image data stored in the Image property into the given stream.

Call SaveToStream to save the image data stored in the Image property into the stream specified through the Stream argument.

See Also