multidiskscanner OnScanFolder event
Return to Introduction  Previous page  Next page
Applies to
dcMultiDiskScanner and dcDiskScanner components.  

Declaration
type  
  TdcScanFolderEvent = procedure(Sender: TObject; Folder: Stringof object;  
 
property OnScanFolder: TdcScanFolderEvent;  

Description
The OnScanFolder event occurs when the dcMultiDiskScanner component is about to search the subfolder that located under any folder specified in IncludeList criteria. MultiDiskScanner never search same directory twice per one session.  
 
The Folder parameter determines the folder which about to be scanned.  
 
tip If the folder which about to be scanned is not exists - OnFolderNotExist event occurs.  

See also
OnFolderNotExist, OnFileFound, OnScanDone events;  
Execute, Stop methods.  
File not found.