Difference between revisions of "THashLinkedStringList"

From Ultibo.org
Jump to: navigation, search
(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>
 +
| &nbsp;
 +
|-
 +
| <code>FKeyShift:LongWord;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-

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]
constructor THashLinkedStringList.Create(AKeyBits:Byte);
Description: To be documented


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


[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]
procedure THashLinkedStringList.ClearList;
Description: To be documented


[Expand]
function THashLinkedStringList.KeyFirst(AKeyHash:LongWord):THashStringObject;
Description: To be documented


[Expand]
function THashLinkedStringList.Add(const S:String):Integer;
Description: To be documented


[Expand]
procedure THashLinkedStringList.Delete(Index:Integer);
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