TImageList.FileLoad. , .
, , ImageList_LoadImage uFlags, LR_LOADFROMFILE, Windows . TBitmap (BMP).
. . PNG - , PNG- PNG -BMP-, MS Common Controls. DFM , , PNG. , , .
If you want to save your data in PNG format, you should not use the VCL TImageList to store it, because you will need to do the conversion from PNG to TBitmap in order to actually use the TImageList.
source
share