Unit 'LazFileCache' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#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.4 Generated 2025-11-08 Home