Description | Hierarchy | Fields | Methods | Properties |
ModflowTransientListParameterUnit
type TChildModelValues = class(TEnhancedOrderedCollection)
TEnhancedOrderedCollection
extends TOrderedCollection by adding IndexOf and Remove.
![]() |
function GetItems(Index: integer): TChildModelValue; |
![]() |
procedure SetItems(Index: integer; const Value: TChildModelValue); |
![]() |
procedure Loaded; |
![]() |
constructor Create(Model: TBaseModel); |
![]() |
property Items[Index:integer]: TChildModelValue
read GetItems write SetItems; |
![]() |
function GetItems(Index: integer): TChildModelValue; |
![]() |
procedure SetItems(Index: integer; const Value: TChildModelValue); |
![]() |
procedure Loaded; |
![]() |
constructor Create(Model: TBaseModel); |
![]() |
property Items[Index:integer]: TChildModelValue
read GetItems write SetItems; |