Open main menu

RAD Studio API Documentation β

Vcl.Graphics.TBitmap.ReadData

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 TBitmap

Description

Read graphic data from TStream.

Vcl.Graphics.TBitmap.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