|
|
|
| dcDiskScanner and dcMultiDiskScanner components.
|
| type
|
| TDiskScannerMatches = class
|
| published
|
| property Limited: Boolean; // False by default (unlimited)
|
| property MaxMatches: LongInt;
|
| end;
|
| The Matches property controls the maximum number of matches that returned by dcDiskScanner component in the OnFileFound event. If you would like to limit the number of search results - make Limited property True, and specify the maximum number of search matches in the MaxMatches property. To cancel the limitation - set Limited property to False.
|
|
|
| SearchAttributes, SearchSize, SearchTime properties.
|