[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'LazFileUtils' (#lazutils)

OnInvalidateFileStateCache

Implements the event handler for a file with an invalid file state

Declaration

Source position: lazfileutils.pas line 186

var OnInvalidateFileStateCache: TInvalidateFileStateCacheEvent = Nil;

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.