Class TIntList (unit IntLists)

Inherits from

TObject

Constructors


constructor Create;

TIntList


Functions

function Add(Item: LongInt): Integer;


procedure Clear;


procedure Delete(Index: Integer);


destructor Destroy;


procedure Exchange(Index1, Index2: Integer);


function IndexOf(Item: LongInt): Integer;


procedure Insert(Index: Integer; Item: LongInt);


procedure Move(CurIndex, NewIndex: Integer);


function Remove(Item: LongInt): Integer;


function Get(Index: Integer): LongInt;


function GetCount: Integer;


procedure Put(Index: Integer; Item: LongInt);


procedure SetCount(NewCount: Integer);


Properties

property Count : Integer


property Items : LongInt


Events

Variables

FList : TList;



Constructors


constructor Create;

TIntList


Functions


function Add(Item: LongInt): Integer;


procedure Clear;


procedure Delete(Index: Integer);


destructor Destroy;


procedure Exchange(Index1, Index2: Integer);


function IndexOf(Item: LongInt): Integer;


procedure Insert(Index: Integer; Item: LongInt);


procedure Move(CurIndex, NewIndex: Integer);


function Remove(Item: LongInt): Integer;


function Get(Index: Integer): LongInt;


function GetCount: Integer;


procedure Put(Index: Integer; Item: LongInt);


procedure SetCount(NewCount: Integer);


Properties


property Count : Integer


property Items : LongInt


Events


Variables


FList : TList;