THashCachePage

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



THashCachePage = class(TCachePage)

private
FKeyHash:LongWord;  
FKeyPrev:THashCachePage;  
FKeyNext:THashCachePage;  
public
property KeyHash:LongWord read FKeyHash write FKeyHash;  
property KeyPrev:THashCachePage read FKeyPrev write FKeyPrev;  
property KeyNext:THashCachePage read FKeyNext write FKeyNext;  


Function declarations


None defined


Return to Unit Reference