timagelist
Delphi: TPicture from TImageList
How to get a TPicture from a TImageList? I need to do Image1.Picture:=...TPicture from an image list, to load an image into a TImage.[详细]
2023-04-01 11:48 分类:问答Clipping a filmstrip in png format (Delphi 2010)
I have a filmstrip of images in png format like this: I\'d like to know how to clip each of the images and put these images in a TImageList control, always preserving the transparency.[详细]
2023-03-13 15:18 分类:问答Nasty Png in Tbutton on Windows XP SP3 (XP mode Windows 7)
I have try my app (dev on Windows 7) on the Windows XP Mode (SP3). And my Tbutton (and other) pictures related to TImageList are very awfull (rounded of black).Do you have an explanation ? Or a soluti[详细]
2023-02-08 09:10 分类:问答Delphi and 48x48 (or bigger) imagelists - is there a workaround?
I\'m getting the system imagelist (with SHGetFileInfo and SHGFI_LARGEICON), adding two of my own icons and attaching it to a TListView.[详细]
2023-02-07 13:40 分类:问答delphi 7 TImage and TImageList
let i be integer private the code procedure TForm1.Image1Click(Sender: TObject); begin inc(i); ImageList1.GetIcon(i mod 4,Image1.Picture.Icon);[详细]
2023-01-27 16:06 分类:问答see the content of an TImagelist in runtime
is possible invoke in runtime t开发者_JAVA百科he TImagelist editor to see the contents of my TImagelist?That editor is a design-time editor and is not available at runtime, but you can draw any of the[详细]
2023-01-25 05:50 分类:问答Delphi 2009 Actionmanager default Imagelist
I have just started a new project, and I am using the Delphi 2009 Actionmanager component for the first time.[详细]
2022-12-27 14:46 分类:问答