Class TSqlitePassIntegerList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSqlitePassIntegerList = class(TObject)

Description

Hierarchy

Overview

Methods

Public destructor Destroy; override;
Public function Add(Item: Integer): Integer;
Protected function Get(Index: Integer): Integer;
Protected function GetFCount: Integer;
Public procedure Clear; dynamic;
Public procedure Delete(Index: Integer);
Protected procedure Grow; virtual;
Protected procedure Put(Index: Integer; Item: Integer);
Protected procedure SetCapacity(NewCapacity: Integer);
Protected procedure SetCount(NewCount: Integer);

Properties

Protected property Capacity: Integer read FCapacity write SetCapacity;
Public property Count: Integer read FCount write SetCount;
Public property Items[Index: Integer]: Integer read Get write Put;
Protected property List: PIntegerList read FList;

Description

Methods

Public destructor Destroy; override;
 
Public function Add(Item: Integer): Integer;
 
Protected function Get(Index: Integer): Integer;
 
Protected function GetFCount: Integer;
 
Public procedure Clear; dynamic;
 
Public procedure Delete(Index: Integer);
 
Protected procedure Grow; virtual;
 
Protected procedure Put(Index: Integer; Item: Integer);
 
Protected procedure SetCapacity(NewCapacity: Integer);
 
Protected procedure SetCount(NewCount: Integer);
 

Properties

Protected property Capacity: Integer read FCapacity write SetCapacity;
 
Public property Count: Integer read FCount write SetCount;
 
Public property Items[Index: Integer]: Integer read Get write Put;
 
Protected property List: PIntegerList read FList;
 

Generated by PasDoc 0.11.0 on 2010-09-10 15:54:38