THashTreeObject

From Ultibo.org
Jump to: navigation, search

Return to Unit UltiboClasses


Description


To be documented

Class definitions



[Expand]

THashTreeObject = class(TTreeObject)


Function declarations



[Expand]
constructor THashTreeObject.Create(AKeyBits:Byte);
Description: To be documented


[Expand]
destructor THashTreeObject.Destroy;
Description: To be documented


[Expand]
procedure THashTreeObject.SetKeyHash(AKeyHash:LongWord);
Description: To be documented


[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