Vcl.ImgList.TCustomImageList.HandleNeeded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HandleNeeded;

C++

void __fastcall HandleNeeded();

Properties

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

Description

Creates an image list handle for the image list if one doesn't already exist.

Use HandleNeeded to create a Windows image list for the image list component when one doesn't already exist. This method is called automatically when an image list's handle property is accessed.

See Also