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.
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.
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
I\'m getting the system imagelist (with SHGetFileInfo and SHGFI_LARGEICON), adding two of my own icons and attaching it to a TListView.
let i be integer private the code procedure TForm1.Image1Click(Sender: TObject); begin inc(i); ImageList1.GetIcon(i mod 4,Image1.Picture.Icon);
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
I have just started a new project, and I am using the Delphi 2009 Actionmanager component for the first time.