Vcl.ImgList.TCustomImageList.ReadData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReadData(Stream: TStream); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

ReadData reads an image list from a stream.

Use the ReadData method to read an image list from a stream.

See Also