![]() |
![]() ![]() ![]() |
dcMultiDiskScanner and dcDiskScanner components.
|
function Execute: Boolean; // returns False if Busy
|
The Execute method begins the scanning process, starting the search thread. Every time when the MultiDiskScanner found files that matches to specified searching criteria, OnFileFound event occurs. When DiskScanner finished scanning of folder and going to subfolder, OnScanFolder even occurs. When DiskScanner done searching - OnScanDone occurs.
|
|
To terminate the scanning process - call Stop method.
|
![]() |
Stop method;
|
Suspended and WaitThread properties.
|