THashTreeObject
From Ultibo.org
Return to Unit UltiboClasses
Description
To be documented
Class definitions
[Expand]
THashTreeObject = class(TTreeObject)
Function declarations
[Expand]
function THashTreeObject.KeyLink(AValue:THashTreeObject):Boolean;
Description: Link AValue to Prev,Next Keys and Adjust First
[Expand]
function THashTreeObject.KeyUnlink(AValue:THashTreeObject):Boolean;
Description: Unlink AValue from Prev,Next Keys and Adjust First
[Expand]
function THashTreeObject.KeyFirst(AKeyHash:LongWord):THashTreeObject;
Description: To be documented
Return to Unit Reference