Jump to content

zjg076000

Members
  • Content Count

    6
  • Joined

  • Last visited

Everything posted by zjg076000

  1. After the imagecollection can add pictures, but virtualimagelist1 cannot be loaded dynamically, but when it is added manually, the bound pictures can be displayed, and the dynamic loading cannot be displayed, procedure TForm2.Button1Click(Sender: TObject); begin ImageCollection2.Add('1','D:\pict\1.png'); ImageCollection2.Add('2','D:\pict\2.png'); ImageCollection2.Add('3','D:\pict\2.png'); VirtualImageList1.ImageCollection:=ImageCollection1; VirtualImageList1.UpdateImageList; end;
  2. After the imagecollection can add pictures, but virtualimagelist1 cannot be loaded dynamically, but when it is added manually, the bound pictures can be displayed, and the dynamic loading cannot be displayed, pict.zip
  3. 如何用代码动态加载本地图片到ImageCollection图片列表中
  4. After the imagecollection can add pictures, but virtualimagelist1 cannot be loaded dynamically, but when it is added manually, the bound pictures can be displayed, and the dynamic loading cannot be displayed, pict.zip
×