[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: lazfilecache.pas line 45
public constructor TFileStateCacheItem.Create( |
const TheFilename: string; |
NewTimeStamp: Int64 |
); |
TheFilename |
|
Name for the file or directory in the cache item. |
NewTimeStamp |
|
Timestamp value for the file or directory. |
Create is the constructor for the class instance. It sets the initial values for the following properties:
|
Name for the file or directory in the cache item. |
|
|
Timestamp for the cached item. |
Version 4.0 | Generated 2025-05-03 | Home |