Class TIntegerCollection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIntegerCollection = class(TPhastCollection)

Description

no description available, TPhastCollection description follows

TPhastCollection invalidates the model when it is changed.

Hierarchy

Overview

Fields

Private FInitialValue: integer;

Methods

Private function GetItems(Index: Integer): TIntegerItem;
Private procedure SetItems(Index: Integer; const Value: TIntegerItem);
Private procedure SetInitialValue(const Value: integer);
Public constructor Create(Model: TBaseModel);
Public function IsSame(IntegerCollection: TIntegerCollection): Boolean;
Public function Add: TIntegerItem;
Public procedure Sort;

Properties

Public property Items[Index:Integer]: TIntegerItem read GetItems write SetItems;
Public property InitialValue: integer read FInitialValue write SetInitialValue;

Description

Fields

Private FInitialValue: integer;
 

Methods

Private function GetItems(Index: Integer): TIntegerItem;
 
Private procedure SetItems(Index: Integer; const Value: TIntegerItem);
 
Private procedure SetInitialValue(const Value: integer);
 
Public constructor Create(Model: TBaseModel);
 
Public function IsSame(IntegerCollection: TIntegerCollection): Boolean;
 
Public function Add: TIntegerItem;
 
Public procedure Sort;
 

Properties

Public property Items[Index:Integer]: TIntegerItem read GetItems write SetItems;
 
Public property InitialValue: integer read FInitialValue write SetInitialValue;
 

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