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

TFileStateCacheItem.Create

Constructor for the class instance.

Declaration

Source position: lazfilecache.pas line 45

public constructor TFileStateCacheItem.Create(

  const TheFilename: string;

  NewTimeStamp: Int64

);

Arguments

TheFilename

  

Name for the file or directory in the cache item.

NewTimeStamp

  

Timestamp value for the file or directory.

Description

Create is the constructor for the class instance. It sets the initial values for the following properties:

Filename
Set to the value passed in TheFilename.
TimeStamp
Set to the value passed in NewTimeStamp.

See also

TFileStateCacheItem.Filename

  

Name for the file or directory in the cache item.

TFileStateCacheItem.TimeStamp

  

Timestamp for the cached item.


Version 4.0 Generated 2025-05-03 Home