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.6 | Generated 2026-02-20 | Home |