Vcl.Imaging.GIFImg.TGIFImage.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(Stream: TStream); override;

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 TGIFImage

Description

Introduces an abstract method that saves the graphic image to a stream.

Vcl.Imaging.GIFImg.TGIFImage.SaveToStream inherits from Vcl.Graphics.TGraphic.SaveToStream. All content below this line refers to Vcl.Graphics.TGraphic.SaveToStream.

Introduces an abstract method that saves the graphic image to a stream.

Each descendant graphic object defines a SaveToStream method that saves the object to a Stream.