Difference between revisions of "THashTreeObject"
From Ultibo.org
(Created page with "Return to Unit UltiboClasses __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-colla...") |
|||
Line 35: | Line 35: | ||
|- | |- | ||
| <code>FKeyMask:LongWord;</code> | | <code>FKeyMask:LongWord;</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>FKeyShift:LongWord;</code> | ||
| | | | ||
|- | |- |
Latest revision as of 05:26, 21 June 2023
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