TLinkedStringListEx

From Ultibo.org
Jump to: navigation, search

Return to Unit UltiboClasses


Description


To be documented

Class definitions



[Expand]

TLinkedStringListEx = class(TLinkedStringList)


Function declarations



[Expand]
constructor TLinkedStringListEx.Create;
Description: To be documented


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


[Expand]
function TLinkedStringListEx.GetBlock(Index:Integer):TStringBlock;
Description: To be documented


[Expand]
function TLinkedStringListEx.AddBlock(Block:TStringBlock; Index:Integer):TStringBlock;
Description: To be documented


[Expand]
function TLinkedStringListEx.DeleteBlock(Block:TStringBlock):Boolean;
Description: To be documented


[Expand]
function TLinkedStringListEx.UpdateBlocks(Block:TStringBlock):Boolean;
Description: To be documented


[Expand]
function TLinkedStringListEx.GetItem(Block:TStringBlock; Index:Integer):TStringObjectEx;
Description: To be documented


[Expand]
function TLinkedStringListEx.AddItem(Block:TStringBlock; Index:Integer; Item:TStringObjectEx):Boolean;
Description: To be documented


[Expand]
function TLinkedStringListEx.DeleteItem(Block:TStringBlock;Index:Integer; Item:TStringObjectEx):Boolean;
Description: To be documented


[Expand]
function TLinkedStringListEx.IndexOfItem(Block:TStringBlock; Item:TStringObjectEx):Integer;
Description: To be documented


[Expand]
function TLinkedStringListEx.Get(Index:Integer):String;
Description: To be documented


[Expand]
function TLinkedStringListEx.GetCapacity:Integer;
Description: To be documented


[Expand]
function TLinkedStringListEx.GetObject(Index:Integer):TObject;
Description: To be documented


[Expand]
procedure TLinkedStringListEx.Put(Index:Integer;const S:String);
Description: To be documented


[Expand]
procedure TLinkedStringListEx.PutObject(Index:Integer; AObject:TObject);
Description: To be documented


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


[Expand]
procedure TLinkedStringListEx.Clear;
Description: To be documented


[Expand]
procedure TLinkedStringListEx.Delete(Index:Integer);
Description: To be documented


[Expand]
procedure TLinkedStringListEx.Exchange(Index1,Index2:Integer);
Description: To be documented


[Expand]
function TLinkedStringListEx.IndexOf(const S:String):Integer;
Description: Uses IndexOfItem within the Block of the matched String Object


[Expand]
procedure TLinkedStringListEx.Insert(Index:Integer; const S:String);
Description: To be documented


Return to Unit Reference