[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies an event handler signalled when the timestamp for a cached item is changed.
Source position: lazfilecache.pas line 56
type TOnChangeFileStateTimeStamp = procedure( |
Sender: TObject; |
const AFilename: string |
) of object; |
Sender |
|
Object instance for the event notification. |
AFilename |
|
Name for the affected file or directory. |
Version 4.0 | Generated 2025-05-03 | Home |