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

TOnChangeFileStateTimeStamp

Specifies an event handler signalled when the timestamp for a cached item is changed.

Declaration

Source position: lazfilecache.pas line 56

type TOnChangeFileStateTimeStamp = procedure(

  Sender: TObject;

  const AFilename: string

) of object;

Arguments

Sender

  

Object instance for the event notification.

AFilename

  

Name for the affected file or directory.


Version 4.0 Generated 2025-05-03 Home