Vcl.Imaging.jpeg.TJPEGImage.WriteData

From RAD Studio API Documentation

Delphi

procedure WriteData(Stream: TStream); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage

Description

Write graphic data to TStream. {{#multireplace:Vcl.Imaging.jpeg.TJPEGImage.WriteData|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Graphics.TGraphic.WriteData|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.WriteData|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Write graphic data to TStream.

WriteData is used to write the binary graphic to the virtual property Data (created by DefineProperties) when streaming a TGraphic out to the TStream Stream.

See Also