[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 188

type TInvalidateFileStateCacheEvent = procedure(

  const Filename: string

);

Arguments

Filename

  

File name for the event notification.

Description

TInvalidateFileStateCacheEvent is the 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 signalled in the InvalidateFileStateCache procedure.

See also

OnInvalidateFileStateCache

  

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

InvalidateFileStateCache

  

Signals the OnInvalidateFileStateCache event handler.


Version 3.2 Generated 2024-02-25 Home