[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Implements the event handler for a file with an invalid file state.
Source position: lazfileutils.pas line 190
var OnInvalidateFileStateCache: TInvalidateFileStateCacheEvent = Nil; |
OnInvalidateFileStateCache is a TInvalidateFileStateCacheEvent variable which implements the event handler signalled for a file with an invalid file state. OnInvalidateFileStateCache allows an application to respond to the event notification for a specific file. OnInvalidateFileStateCache is signalled when InvalidateFileStateCache is called by routines that perform file manipulation.
OnInvalidateFileStateCache is significant for UNIX-like environments only, such as Linux and Amiga. OnInvalidateFileStateCache is not used in Windows environments.
|
Specifies the event signalled for an invalid file state in the file cache. |
Version 4.0 | Generated 2025-05-03 | Home |