TStringListEx

From Ultibo.org
Jump to: navigation, search

Return to Unit UltiboClasses


Description


To be documented

Class definitions



[Expand]

TStringListEx = class(TStrings)


Function declarations



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


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


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


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


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


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


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


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


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


[Expand]
procedure TStringListEx.ClearList;
Description: To be documented


[Expand]
procedure TStringListEx.Changed;
Description: To be documented


[Expand]
procedure TStringListEx.Changing;
Description: To be documented


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


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


[Expand]
function TStringListEx.GetCount:Integer;
Description: To be documented


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


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


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


[Expand]
procedure TStringListEx.SetUpdateState(Updating:Boolean);
Description: To be documented


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


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


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


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


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


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


Return to Unit Reference