Class TInt64List

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TInt64List = class(TObject)

Description

TIntegerList acts much like TList except that it stores integers rather than pointers.

Hierarchy

Overview

Fields

Private FList: TList;

Methods

Private procedure SetItem (Index: integer; const AnInteger : Int64);
Private function GetItem (Index: integer): Int64;
Private function GetCount : integer;
Private procedure SetCapacity(ACapacity : Integer);
Private function GetCapacity : integer;
Public function Add(const AnInteger : Int64): integer;
Public procedure Clear;
Public constructor Create;
Public destructor Destroy; Override;
Public procedure Delete(Index: Integer);
Public procedure Exchange(Index1, Index2: Integer);
Public function First: Int64;
Public procedure Insert(Index: Integer; AnInteger : Int64);
Public function Last: Int64;
Public procedure Move(CurIndex, NewIndex: Integer);

Properties

Public property Items[Index:integer]: Int64 read GetItem write SetItem;
Public property Count : integer read GetCount;
Public property Capacity : integer read GetCapacity write SetCapacity;

Description

Fields

Private FList: TList;
 

Methods

Private procedure SetItem (Index: integer; const AnInteger : Int64);
 
Private function GetItem (Index: integer): Int64;
 
Private function GetCount : integer;
 
Private procedure SetCapacity(ACapacity : Integer);
 
Private function GetCapacity : integer;
 
Public function Add(const AnInteger : Int64): integer;
 
Public procedure Clear;
 
Public constructor Create;
 
Public destructor Destroy; Override;
 
Public procedure Delete(Index: Integer);
 
Public procedure Exchange(Index1, Index2: Integer);
 
Public function First: Int64;
 
Public procedure Insert(Index: Integer; AnInteger : Int64);
 
Public function Last: Int64;
 
Public procedure Move(CurIndex, NewIndex: Integer);
 

Properties

Public property Items[Index:integer]: Int64 read GetItem write SetItem;
 
Public property Count : integer read GetCount;
 
Public property Capacity : integer read GetCapacity write SetCapacity;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:43