| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Specifies the event signalled for an invalid file state in the file cache
Source position: lazfileutils.pas line 184
type TInvalidateFileStateCacheEvent = procedure( |
const Filename: string |
); |
Filename |
|
File name for the eventg notification |
TInvalidateFileStateCacheEvent is a type which specifies the event signalled for an invalid file state in the file cache. TInvalidateFileStateCacheEvent is the type used for the OnInvalidateFileStateCache event handler.
| lazarus-ccr.sourceforge.net |