Description | Hierarchy | Fields | Methods | Properties |
type TModflowTimeList = class(TCustomTimeList)
TModflowTimeList
is used to store a series of TDataArrays for boundary conditions in MODFLOW.
![]() |
FNonParamDescription: string; |
![]() |
FParamDescription: string; |
![]() |
FDataType: TRbwDataType; |
![]() |
FOnInvalidate: TNotifyEvent; |
![]() |
FScreenObject: TObject; |
![]() |
procedure SetUpToDate(const Value: boolean); override; |
![]() |
procedure Invalidate; override; |
![]() |
constructor Create(Model: TBaseModel; ScreenObject: TObject); |
![]() |
procedure Initialize(BoundaryValues: TBoundaryValueArray; ScreenObject: TObject; UseLgrEdgeCells: TLgrCellTreatment; AssignmentLocation: TAssignmentLocation = alAll); reintroduce; |
![]() |
property NonParamDescription: string read FNonParamDescription
write FNonParamDescription; |
![]() |
property ParamDescription: string read FParamDescription
write FParamDescription; |
![]() |
property DataType: TRbwDataType read FDataType write FDataType; |
![]() |
property OnInvalidate: TNotifyEvent read FOnInvalidate write FOnInvalidate; |
![]() |
FNonParamDescription: string; |
See NonParamDescription. |
![]() |
FParamDescription: string; |
See ParamDescription. |
![]() |
FDataType: TRbwDataType; |
See DataType. |
![]() |
FOnInvalidate: TNotifyEvent; |
See OnInvalidate. |
![]() |
FScreenObject: TObject; |
![]() |
procedure SetUpToDate(const Value: boolean); override; |
|
![]() |
procedure Invalidate; override; |
![]() |
constructor Create(Model: TBaseModel; ScreenObject: TObject); |
![]() |
procedure Initialize(BoundaryValues: TBoundaryValueArray; ScreenObject: TObject; UseLgrEdgeCells: TLgrCellTreatment; AssignmentLocation: TAssignmentLocation = alAll); reintroduce; |
|
![]() |
property NonParamDescription: string read FNonParamDescription
write FNonParamDescription; |
|
![]() |
property ParamDescription: string read FParamDescription
write FParamDescription; |
|
![]() |
property DataType: TRbwDataType read FDataType write FDataType; |
|
![]() |
property OnInvalidate: TNotifyEvent read FOnInvalidate write FOnInvalidate; |
If assigned, |