[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |