THashCachePage

From Ultibo.org
Revision as of 04:49, 17 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Filesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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