Vcl.Graphics.TGraphic.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.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TGraphic

Description

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.