Description | Hierarchy | Fields | Methods | Properties |
type TIntegerCollection = class(TPhastCollection)
TPhastCollection
invalidates the model when it is changed.
![]() |
FInitialValue: integer; |
![]() |
function GetItems(Index: Integer): TIntegerItem; |
![]() |
procedure SetItems(Index: Integer; const Value: TIntegerItem); |
![]() |
procedure SetInitialValue(const Value: integer); |
![]() |
constructor Create(Model: TBaseModel); |
![]() |
function IsSame(IntegerCollection: TIntegerCollection): Boolean; |
![]() |
function Add: TIntegerItem; |
![]() |
procedure Sort; |
![]() |
property Items[Index:Integer]: TIntegerItem read GetItems
write SetItems; |
![]() |
property InitialValue: integer read FInitialValue write SetInitialValue; |
![]() |
FInitialValue: integer; |
![]() |
function GetItems(Index: Integer): TIntegerItem; |
![]() |
procedure SetItems(Index: Integer; const Value: TIntegerItem); |
![]() |
procedure SetInitialValue(const Value: integer); |
![]() |
constructor Create(Model: TBaseModel); |
![]() |
function IsSame(IntegerCollection: TIntegerCollection): Boolean; |
![]() |
function Add: TIntegerItem; |
![]() |
procedure Sort; |
![]() |
property Items[Index:Integer]: TIntegerItem read GetItems
write SetItems; |
![]() |
property InitialValue: integer read FInitialValue write SetInitialValue; |