[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled to get the file age for the specified file name.
Source position: lazfilecache.pas line 124
var OnFileAgeCached: TOnFileAgeCached = Nil; |
OnFileAgeCached is a TOnFileAgeCached variable with the unit global event handler used to get the file age for a given file name. It is signalled from the FileAgeCached routine (when assigned), and is used instead of calling the TFileStateCache.FileAgeCached method or the FileAgeUTF8 routine in LazUtils.
|
Specifies an event handler signalled to get the file age for an item in the cache. |
|
|
Gets the file age for the specified file or directory. |
|
|
Unit global variable with the class instance for the state caching mechanism. |
|
|
Ensures that the file age is up-to-date for a cache item. |
|
|
Returns the last modification time for the file in FileDate format. |
Version 4.0 | Generated 2025-05-03 | Home |