Compares a value to a file name in a TFileStateCacheItem instance.
Source position: lazfilecache.pas line 111
function CompareFilenameWithFileStateCacheItem( |
Key: Pointer; |
Data: Pointer |
):Integer; |
Key |
|
Pointer to the string value compared to the file name in the file state cache entry. |
Data |
|
Pointer to the TFileStateCacheItem instance with the file name compared in the routine. |
Returns 0 if the UTF-8 file name have the same value. Returns -1 if the file name in Data1 comes before the file name in Data2. Returns 1 if the file name in Data1 comes after the file name in Data2.
|
Contains information about a file or directory in the state caching mechanism. |
|
|
Gets the relative sort order for the specified file names. |
| Version 4.4 | Generated 2025-11-08 | Home |