Specifies an event handler signalled to get the "file exists" flag for an item in the cache.
Source position: lazfilecache.pas line 120
type TOnFileExistsCached = function( |
Filename: string |
):Boolean of object; |
Filename |
|
File name examined in the event handler. |
True if the file exists on the local file system.
| Version 4.4 | Generated 2025-11-08 | Home |