JVCL Help:TJvSearchParams.LastChangeBefore

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies a date and time before which a file must be last written to or a directory must be created.


Pascal

 propertyLastChangeBefore: TDateTime;


Description

Use LastChangeBefore in FileParams to specify a date and time before which a file must be last written to, for it to be included in the search result. Use LastChangeBefore in DirParams to specify a date and time before which a directory must be created, for it to be included in the search result.
stLastChangeBefore must be included in SearchTypes, otherwise the last write time of a file or directory will not be matched with LastChangeBefore to determine if a file or directory is valid.


See Also

TJvSearchParams.LastChangeAfter, TJvSearchParams.SearchTypes


About

Notes

Not all file systems do support last write time.


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