Vcl.VirtualImageList.TVirtualImageList.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.VirtualImageList.pas
Vcl.VirtualImageList.hpp
Vcl.VirtualImageList TVirtualImageList

Description

ReadData reads an image list from a stream.

Vcl.VirtualImageList.TVirtualImageList.ReadData inherits from Vcl.ImgList.TCustomImageList.ReadData. All content below this line refers to Vcl.ImgList.TCustomImageList.ReadData.

ReadData reads an image list from a stream.

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

See Also