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

TInvalidateFileStateCacheEvent

Specifies the event signalled for an invalid file state in the file cache

Declaration

Source position: lazfileutils.pas line 184

type TInvalidateFileStateCacheEvent = procedure(

  const Filename: string

);

Arguments

Filename

  

File name for the eventg notification

Description

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.

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