[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazFileCache' (#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.0 Generated 2025-05-03 Home