JVCL Help:TJvSearchParams
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSearchParams Class
[+] JvSearchFiles.pas Classes
[+] TJvSearchParams Methods
[+] TJvSearchParams Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvSearchParams
run\JvSearchFiles.pas
Summary
Represents a filter for files and directories.
Pascal
run\JvSearchFiles.pas
TJvSearchParams = class(TPersistent);
Description
TJvSearchFiles uses the TJvSearchParams object to limit the search result to files and directories whose parameters match with the parameters described by the TJvSearchParams object.
Use SearchTypes to specify the parameters that a file or directory must be matched to, to decide whether it can be added to the search results.
You can filter out files and directories by the following parameters:
- Use Attributes to limit the search results to files and directories that have specific attributes.
- Use FileMasks to limit the search results to files and directories whose name match a certain mask.
- Use MinSize and MaxSize to limit the search results to files and directories with a specificfile size.
- Use LastChangeAfter and LastChangeBefore to limit the search results to files and directoriesthat are last changed or created in a specific time period.
Alternatively, you can write an OnCheck event handler to filter out files and directories by yourself.
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