| Class TIntegerList (unit TIntList) |
TList
| Constructors |
| Functions |
procedure Add(Value: LongInt);
function IndexOf(Value: LongInt): Integer;
procedure Sort;
function GetInteger(Index: Integer):LongInt;
procedure SetInteger(Index: Integer; Value: LongInt);| Properties |
property Items : LongInt| Events |
| Variables |
| Constructors |
| Functions |
procedure Add(Value: LongInt);
function IndexOf(Value: LongInt): Integer;
procedure Sort;
function GetInteger(Index: Integer):LongInt;
procedure SetInteger(Index: Integer; Value: LongInt);| Properties |
property Items : LongInt| Events |
| Variables |