Tag for DupDiskObjectA(), Duplicate the image data (Image->ImageData) itself.
Source position: icon.pas line 292
| const ICONDUPA_DuplicateImageData = ICONA_Dummy + 62; | 
Duplicate the icon image data; this tag works together with the ICONDUPA_DuplicateImages tag. If ICONDUPA_DuplicateImageData is set to True, you must also set ICONDUPA_DuplicateImages to True.
This tag defaults to TRUE.