TIntegerList

From Ultibo.org
Jump to: navigation, search

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