Class TModflowTransientListParameter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TModflowTransientListParameter = class(TModflowParameter)

Description

no description available, TModflowParameter description follows

TModflowParameter represents a MODFLOW parameter

Hierarchy

Overview

Fields

Private FChildModelValues: TChildModelValues;

Methods

Private function Collection: TModflowTransientListParameters;
Private procedure SetChildModelValues(const Value: TChildModelValues);
Protected procedure SetParameterName(const Value: string); override;
Protected procedure SetParameterType(const Value: TParameterType); override;
Protected procedure SetValue(Value : double); override;
Protected procedure Loaded;
Public procedure Assign(Source: TPersistent); override;
Public constructor Create(Collection: TCollection); override;
Public destructor Destroy; override;
Public procedure ChildModelBeingDestroyed(Model: TBaseModel);
Public function IsSame(AnotherItem: TOrderedItem): boolean; override;
Public procedure NewChildModelCreated(Model: TBaseModel);

Properties

Published property ChildModelValues: TChildModelValues read FChildModelValues write SetChildModelValues;

Description

Fields

Private FChildModelValues: TChildModelValues;
 

Methods

Private function Collection: TModflowTransientListParameters;
 
Private procedure SetChildModelValues(const Value: TChildModelValues);
 
Protected procedure SetParameterName(const Value: string); override;
 
Protected procedure SetParameterType(const Value: TParameterType); override;
 
Protected procedure SetValue(Value : double); override;
 
Protected procedure Loaded;
 
Public procedure Assign(Source: TPersistent); override;
 
Public constructor Create(Collection: TCollection); override;
 
Public destructor Destroy; override;
 
Public procedure ChildModelBeingDestroyed(Model: TBaseModel);
 
Public function IsSame(AnotherItem: TOrderedItem): boolean; override;
 
Public procedure NewChildModelCreated(Model: TBaseModel);
 

Properties

Published property ChildModelValues: TChildModelValues read FChildModelValues write SetChildModelValues;
 

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