Difference between revisions of "THashLinkedStringList"
From Ultibo.org
(Created page with "Return to Unit UltiboClasses __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-colla...") |
|||
Line 37: | Line 37: | ||
|- | |- | ||
| <code>FKeyMask:LongWord;</code> | | <code>FKeyMask:LongWord;</code> | ||
+ | | | ||
+ | |- | ||
+ | | <code>FKeyShift:LongWord;</code> | ||
| | | | ||
|- | |- |
Latest revision as of 05:27, 21 June 2023
Return to Unit UltiboClasses
Description
To be documented
Class definitions
[Expand]
THashLinkedStringList = class(TLinkedStringListEx)
Function declarations
[Expand]
function THashLinkedStringList.KeyLink(AValue:THashStringObject):Boolean;
Description: Link AValue to Prev,Next Keys and Adjust First
[Expand]
function THashLinkedStringList.KeyUnlink(AValue:THashStringObject):Boolean;
Description: Unlink AValue from Prev,Next Keys and Adjust First
[Expand]
function THashLinkedStringList.KeyFirst(AKeyHash:LongWord):THashStringObject;
Description: To be documented
[Expand]
function THashLinkedStringList.IndexOf(const S:String):Integer;
Description: Uses IndexOfItem within the Block of the matched String Object
[Expand]
procedure THashLinkedStringList.Insert(Index:Integer; const S:String);
Description: To be documented
Return to Unit Reference