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

TFileStateCacheItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazfilecache.pas line 36

type TFileStateCacheItem = class

public

  constructor Create();

  

  function CalcMemSize;

  

  property Filename: string; [r]

  

  property PhysicalFilename: string; [r]

  property Flags: TFileStateCacheItemFlags; [r]

  

  property TestedFlags: TFileStateCacheItemFlags; [r]

  

  property TimeStamp: Int64; [r]

  

  property Age: LongInt; [r]

  

end;

Inheritance

TFileStateCacheItem

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.