Class TTimeListsModelLink

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TTimeListsModelLink = class(TObject)

Description

Hierarchy

Overview

Fields

Private FModel: TBaseModel;
Private FTimeLists: TList;
Private FBoundary: TCustomMF_BoundColl;

Methods

Protected procedure CreateTimeLists; virtual; abstract;
Public Constructor Create(AModel: TBaseModel; ABoundary: TCustomMF_BoundColl); virtual;
Public Destructor Destroy; override;
Public procedure AddTimeList(List: TModflowTimeList);

Properties

Public property Boundary: TCustomMF_BoundColl read FBoundary;
Public property Model: TBaseModel read FModel;
Public property TimeLists: TList read FTimeLists;

Description

Fields

Private FModel: TBaseModel;
 
Private FTimeLists: TList;

FTimeLists stores a series of TModflowTimeLists. They must be in the same order as the order used to access the corresponding TCustomBoundaryItem.BoundaryFormulas.

See also
AddTimeList
AddTimeList adds a TModflowTimeList to those that can be accessed through TimeLists.
GetTimeList
See TimeLists.
TimeLists
TimeLists provides access to the TModflowTimeLists defined in descendants.
Private FBoundary: TCustomMF_BoundColl;
 

Methods

Protected procedure CreateTimeLists; virtual; abstract;
 
Public Constructor Create(AModel: TBaseModel; ABoundary: TCustomMF_BoundColl); virtual;
 
Public Destructor Destroy; override;
 
Public procedure AddTimeList(List: TModflowTimeList);
 

Properties

Public property Boundary: TCustomMF_BoundColl read FBoundary;
 
Public property Model: TBaseModel read FModel;
 
Public property TimeLists: TList read FTimeLists;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:44