Tag for PutIconTagList(), Do not store planar icon image (BOOL)
Source position: icon.pas line 226
const ICONPUTA_DropPlanarIconImage = ICONA_Dummy + 56; |
If you decide that the palette mapped icon imagery is sufficient to represent an icon, you can tell icon.library not to store the original, planar icon image data with the icon file. To do this, set this tag to True. Instead of the planar icon images, a single default image will be stored. This can result in space savings but may not look too pretty. This tag defaults to False.