ImageList1的功能是设计时候,保存好一系列的图片。

在设计 加载后,绑定好使用控件,这里我们以TrayIcon1控件为例子

ImageList1控件的使用原则_VCL

 要更改 TrayIcon1控件的图标属性,

    不能通过修改ImageList1,

    要通过更改 TrayIcon1控件的相关属性,      

TrayIcon1.IconIndex:=1;

ImageList1的功能除了 保存 图片 功能外,还有就是 自画 控件

比如:VCL下ListBox自画,Lazarus也一样

ImageList1控件的使用原则_加载_02

ImageList1控件的使用原则_控件_03

    主要是ImageList1.Draw方法