![]() |
![]() ![]() ![]() |
dcMultiDiskScanner and dcDiskScanner components.
|
property UseIcons: Boolean;
|
The UseIcons property controls whether you would like to retrieve icons (32x32 and 16x16) from files found by MultiDiskScanner 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, dcMultiDiskScanner will not retrieve icons and LargeIcon and SmallIcon will have NIL (NULL) values.
|
|
![]() |
|
However, even if UseIcons is False, MultiDiskScanner will determinate the SysImageIndex parameter.
|
OnFileFound event.
|