Back to Devexpress

TcxCustomImageList.Handle Property

vcl-cximagelist-dot-tcxcustomimagelist-904f5336.md

latest698 B
Original Source

TcxCustomImageList.Handle Property

Specifies the image list’s handle.

Declaration

delphi
property Handle: HIMAGELIST read; write;

Property Value

TypeDescription
HIMAGELIST

A handle to the image list.

|

Remarks

Use this property to obtain the image list’s handle. You can assign a new handle to the Handle property to replace the image list with an empty image list.

See Also

TcxCustomImageList Class

TcxCustomImageList Members

cxImageList Unit