multidiskscanner Files property
Return to Introduction  Previous page  Next page
Applies to
dcMultiDiskScanner and dcDiskScanner components.  

Declaration
property Files: TStringList; // Read-only!!  

Description
The Files property is the list of strings which represents the names of found files and directories.  
 
tip You can use this list, instead of OnFileFound event, to get names of all found files on completion of scanning (OnScanDone event). However, the OnFileFound event can provide you with more detailed information about found file.  

See also
OnFileFound and OnScanDone events;  
Execute method.  
File not found.