THashLinkedStringList

From Ultibo.org
Jump to: navigation, search

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