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