[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: lazfilecache.pas line 70
public constructor TFileStateCache.Create; |
Create is the constructor for the class instance. It allocates resources needed for the internal AVL tree used to store the file or directory items in the cache mechanism. The address for the CompareFileStateItems routine is used to compare and sort the items added to the AVL tree. It also sets the initial value in the Timestamp property.
|
Timestamp (or revision) value for the cache storage. |
|
|
Gets the relative order for the file names in the specified TFileStateCacheItem entries. |
Version 4.0 | Generated 2025-05-03 | Home |