Vcl.ImgList.TCustomImageList.Initialize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Initialize; virtual;

C++

virtual void __fastcall Initialize();

Properties

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

Description

Initializes a newly allocated image list.

Initialize is called from the constructor of the image list. It sets numerous image list properties to their default values and creates instances of helper objects used internally.

See Also