Tag for PutIconTagList(), Save old image before writing (BOOL)
Source position: icon.pas line 254
const ICONPUTA_PreserveOldIconImages = ICONA_Dummy + 84; |
Before writing a palette mapped icon back to disk, icon.library will make sure that the original planar image data is stored in the file. If you don't want that to happen, set this option to False. This will allow you to change the planar icon image data written back to disk.