[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazFileCache' (#lazutils)

TOnFileExistsCached

Specifies an event handler signalled to get the "file exists" flag for an item in the cache.

Declaration

Source position: lazfilecache.pas line 120

type TOnFileExistsCached = function(

  Filename: string

):Boolean of object;

Arguments

Filename

  

File name examined in the event handler.

Function result

True if the file exists on the local file system.


Version 4.0 Generated 2025-05-03 Home