Unit 'LazFileCache' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#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.4 Generated 2025-11-08 Home