Unit 'LazFileCache' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lazutils]

TOnFileAgeCached

Specifies an event handler signalled to get the file age for an item in the cache.

Declaration

Source position: lazfilecache.pas line 121

type TOnFileAgeCached = function(

  Filename: string

):LongInt of object;

Arguments

Filename

  

File or directory examined in the handler.

Function result

File age for the specified file or directory.


Version 4.4 Generated 2025-11-08 Home