THashLinkedStringList
From Ultibo.org
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