![]() |
![]() ![]() ![]() |
dcMultiDiskScanner and dcDiskScanner 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 can return the DiskScanner component. If you would like to set limit the number of search results - make Limited property True and specify the maximum number of search matches in the MaxMatches property. To return unlimited number of matches - set Limited property to False. Remember, that you can always terminate the scanning process calling the Stop method.
|
SearchAttributes, SearchSize, SearchTime properties.
|