![]() |
![]() ![]() ![]() |
dcDiskScanner and dcMultiDiskScanner components.
|
function Execute: Boolean; // returns False if Busy
|
The Execute method begins the scanning process, starting the search thread. Every time when the DiskScanner 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; OnFileFound, OnScanFolder and OnScanDone events;
|
Suspended and WaitThread properties.
|