JVCL Help:TJvSearchParams.LastChangeAfter

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 after which a file must be last written to or a directory must be created.


Pascal

 propertyLastChangeAfter: TDateTime;


Description

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


See Also

TJvSearchParams.LastChangeBefore, 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