JVCL Help:TJvSearchFiles.RecurseDepth

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the maximum depth of a search.


Pascal

 propertyRecurseDepth: Integer;


Description

Use RecurseDepth to specify a maximum depth for a search. If set to 0, all subfolders are searched. Otherwise all subfolders with a depth smaller than or equal to RecurseDepth are searched. The root directory has depth 0, subfolders of the root directory have depth 1, subfolders of subfolders of the root directory have depth 2, etc.


See Also

TJvSearchFiles.DirOption


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page