Description | Hierarchy | Fields | Methods | Properties |
ModflowTransientListParameterUnit
type TChildModelValue = class(TOrderedItem)
TOrderedItem
is designed to allow TOrderedCollection to identify changed and new items during TOrderedCollection.Assign.
![]() |
FChildModel: TBaseModel; |
![]() |
FChildModelName: string; |
![]() |
FValue: double; |
![]() |
function GetChildModel: TBaseModel; |
![]() |
function GetChildModelName: string; |
![]() |
procedure SetValue(const Value: double); |
![]() |
procedure SetChildModel(const Value: TBaseModel); |
![]() |
procedure SetChildModelName(const Value: string); |
![]() |
function IsSame(AnotherItem: TOrderedItem): boolean; override; |
![]() |
property ChildModel: TBaseModel read GetChildModel write SetChildModel; |
![]() |
property Value: double read FValue write SetValue; |
![]() |
property ChildModelName: string read GetChildModelName
write SetChildModelName; |
![]() |
FChildModel: TBaseModel; |
![]() |
FChildModelName: string; |
![]() |
FValue: double; |
![]() |
function GetChildModel: TBaseModel; |
![]() |
function GetChildModelName: string; |
![]() |
procedure SetValue(const Value: double); |
![]() |
procedure SetChildModel(const Value: TBaseModel); |
![]() |
procedure SetChildModelName(const Value: string); |
![]() |
function IsSame(AnotherItem: TOrderedItem): boolean; override; |
![]() |
property ChildModel: TBaseModel read GetChildModel write SetChildModel; |
![]() |
property Value: double read FValue write SetValue; |
![]() |
property ChildModelName: string read GetChildModelName
write SetChildModelName; |