Jump to content

zjg076000

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  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. 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
  4. 如何用代码动态加载本地图片到ImageCollection图片列表中
×