Vcl.Imaging.pngimage.TPNGObject.SaveToStream

From RAD Studio API Documentation

Delphi

procedure SaveToStream(Stream: TStream); {$IFDEF UseDelphi}override;{$ENDIF}

Properties

Type Visibility Source Unit Parent
procedure public Vcl.Imaging.pngimage.pas Vcl.Imaging.pngimage TPNGObject

Description

Introduces an abstract method that saves the graphic image to a stream. {{#multireplace:Vcl.Imaging.pngimage.TPNGObject.SaveToStream|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Graphics.TGraphic.SaveToStream|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Graphics.TGraphic.SaveToStream|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.