Vcl.Imaging.GIFImg.TGIFList.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(Stream: TStream); virtual;

C++

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

Properties

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

Description

Saves the list of GIF items to the given stream.

Call SaveToStream to save the list of GIF items stored in the Items property to the stream specified through the Stream argument.

See Also