Skip to content

Instantly share code, notes, and snippets.

@par4dise
Last active September 19, 2016 20:21
Show Gist options
  • Save par4dise/b39aa9d91ad2b300e62424a62bf132a8 to your computer and use it in GitHub Desktop.
Save par4dise/b39aa9d91ad2b300e62424a62bf132a8 to your computer and use it in GitHub Desktop.
TPngImageList to TImage or TPngBitBtn
Assign to a TPngBitBtn
----------------------
myPngBitBtn.PngImage := imageList.PngImages.Items[0].PngImage
Assign to a TImage
------------------
imageList.GetBitmap(0, myImage.Picture.Bitmap)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment