Vcl.ImgList.TCustomImageList.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HImageList read GetHandle write SetHandle;

C++

__property NativeUInt Handle = {read=GetHandle, write=SetHandle, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

Designates the handle for the image list.

Handle is the Windows image list object handle. Use this handle when calling Windows API functions that require it.

See Also