|
|
|
| dcDiskScanner and dcMultiDiskScanner components.
|
| property UseIcons: Boolean;
|
| The UseIcons property controls whether you would like to retrieve icons (32x32 and 16x16) from files found by DiskScanner component.
|
|
|
| If UseIcons = True, the icon images will be retrieved and their handles will be returned by LargeIcon and SmallIcon parameters of the OnFileFound event. If UseIcons = False, dcDiskScanner will not retrieve icons and LargeIcon and SmallIcon will have NIL (NULL) values.
|
|
|
|
|
| However, even if UseIcons is False, DiskScanner will determinate the SysImageIndex parameter.
|
| OnFileFound event.
|