Description | Hierarchy | Fields | Methods | Properties |
type TModflowParamItem = class(TOrderedItem)
Each TModflowParamItem
stores a TCustomMF_BoundColl. TModflowParamItem
is stored by TModflowParameters.
![]() |
FParam: TCustomMF_BoundColl; |
![]() |
procedure SetParam(const Value: TCustomMF_BoundColl); |
![]() |
class function BoundaryClass: TMF_BoundCollClass; virtual; abstract; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Collection: TCollection); override; |
![]() |
Destructor Destroy; override; |
![]() |
function IsSame(AnotherItem: TOrderedItem): boolean; override; |
![]() |
function Used: boolean; |
![]() |
function DataSetUsed(DataArray: TDataArray; AModel: TBaseModel): boolean; virtual; |
![]() |
property Param: TCustomMF_BoundColl read FParam write SetParam; |
![]() |
FParam: TCustomMF_BoundColl; |
See Param. |
![]() |
procedure SetParam(const Value: TCustomMF_BoundColl); |
See Param. |
![]() |
class function BoundaryClass: TMF_BoundCollClass; virtual; abstract; |
![]() |
procedure Assign(Source: TPersistent); override; |
|
![]() |
Constructor Create(Collection: TCollection); override; |
|
![]() |
Destructor Destroy; override; |
|
![]() |
function IsSame(AnotherItem: TOrderedItem): boolean; override; |
|
![]() |
function Used: boolean; |
|
![]() |
function DataSetUsed(DataArray: TDataArray; AModel: TBaseModel): boolean; virtual; |
![]() |
property Param: TCustomMF_BoundColl read FParam write SetParam; |
|