JVCL Help:TJvSearchFiles.RecurseDepth
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSearchFiles.RecurseDepth Property
[+] TJvSearchFiles Events
[+] TJvSearchFiles Methods
[+] TJvSearchFiles Properties
Search in JVCL Help
Search in all projectsSummary
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
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