API:Vcl.Imaging.jpeg.TJPEGImage.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.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage

Description

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

Vcl.Imaging.jpeg.TJPEGImage.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.