Vcl.Graphics.TMetafile.ReadData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReadData(Stream: TStream); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TMetafile

Description

Read graphic data from TStream.

Vcl.Graphics.TMetafile.ReadData inherits from Vcl.Graphics.TGraphic.ReadData. All content below this line refers to Vcl.Graphics.TGraphic.ReadData.

Read graphic data from TStream.

ReadData is used to read the binary graphic from the virtual property Data (created by DefineProperties) when streaming in a TGraphic from the TStream Stream.

See Also