Difference between revisions of "TIntegerList"

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...")
 
(No difference)

Latest revision as of 05:57, 31 May 2018

Return to Unit UltiboClasses


Description


To be documented

Class definitions



[Expand]

TIntegerList = class(TObject)


Function declarations



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


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


[Expand]
function TIntegerList.GetItem(Idx:Integer):Integer;
Description: To be documented


[Expand]
procedure TIntegerList.SetItem(Idx,Value:Integer);
Description: To be documented


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


[Expand]
function TIntegerList.Add(AValue:Integer):Integer;
Description: To be documented


[Expand]
function TIntegerList.Remove(AValue:Integer):Integer;
Description: To be documented


[Expand]
procedure TIntegerList.Delete(Idx:Integer);
Description: To be documented


[Expand]
function TIntegerList.IndexOf(AValue:Integer):Integer;
Description: To be documented


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


Return to Unit Reference