Class TModflowOutputControl

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TModflowOutputControl = class(TGoPhastPersistent)

Description

no description available, TGoPhastPersistent description follows

Hierarchy

Overview

Fields

Private FPrintInputArrays: boolean;
Private FSaveCellFlows: TCellSaveFormat;
Private FPrintInputCellLists: boolean;
Private FCompact: boolean;
Private FDrawdownOC: THeadDrawdownOutputControl;
Private FHeadOC: THeadDrawdownOutputControl;
Private FComments: TStrings;
Private FBudgetFrequencyChoice: TFrequencyChoice;
Private FBudgetFrequency: integer;
Private FPrintObservations: boolean;

Methods

Private procedure SetPrintInputArrays(const Value: boolean);
Private procedure SetSaveCellFlows(const Value: TCellSaveFormat);
Private procedure SetPrintInputCellLists(const Value: boolean);
Private procedure SetCompact(const Value: boolean);
Private procedure SetDrawdownOC(const Value: THeadDrawdownOutputControl);
Private procedure SetHeadOC(const Value: THeadDrawdownOutputControl);
Private procedure SetComments(const Value: TStrings);
Private procedure SetBudgetFrequency(const Value: integer);
Private procedure SetBudgetFrequencyChoice(const Value: TFrequencyChoice);
Private procedure SetPrintObservations(const Value: boolean);
Public procedure Assign(Source: TPersistent); override;
Public Constructor Create(Model: TBaseModel);
Public Destructor Destroy; override;
Public procedure Initialize;

Properties

Published property PrintInputArrays: boolean read FPrintInputArrays write SetPrintInputArrays default True;
Published property PrintInputCellLists: boolean read FPrintInputCellLists write SetPrintInputCellLists default True;
Published property PrintObservations: boolean read FPrintObservations write SetPrintObservations default True;
Published property SaveCellFlows: TCellSaveFormat read FSaveCellFlows write SetSaveCellFlows default csfBinary;
Published property Compact: boolean read FCompact write SetCompact;
Published property HeadOC: THeadDrawdownOutputControl read FHeadOC write SetHeadOC;
Published property DrawdownOC: THeadDrawdownOutputControl read FDrawdownOC write SetDrawdownOC;
Published property Comments: TStrings read FComments write SetComments;
Published property BudgetFrequency: integer read FBudgetFrequency write SetBudgetFrequency;
Published property BudgetFrequencyChoice: TFrequencyChoice read FBudgetFrequencyChoice write SetBudgetFrequencyChoice;

Description

Fields

Private FPrintInputArrays: boolean;
 
Private FSaveCellFlows: TCellSaveFormat;
 
Private FPrintInputCellLists: boolean;
 
Private FCompact: boolean;
 
Private FDrawdownOC: THeadDrawdownOutputControl;
 
Private FHeadOC: THeadDrawdownOutputControl;
 
Private FComments: TStrings;
 
Private FBudgetFrequencyChoice: TFrequencyChoice;
 
Private FBudgetFrequency: integer;
 
Private FPrintObservations: boolean;
 

Methods

Private procedure SetPrintInputArrays(const Value: boolean);
 
Private procedure SetSaveCellFlows(const Value: TCellSaveFormat);
 
Private procedure SetPrintInputCellLists(const Value: boolean);
 
Private procedure SetCompact(const Value: boolean);
 
Private procedure SetDrawdownOC(const Value: THeadDrawdownOutputControl);
 
Private procedure SetHeadOC(const Value: THeadDrawdownOutputControl);
 
Private procedure SetComments(const Value: TStrings);
 
Private procedure SetBudgetFrequency(const Value: integer);
 
Private procedure SetBudgetFrequencyChoice(const Value: TFrequencyChoice);
 
Private procedure SetPrintObservations(const Value: boolean);
 
Public procedure Assign(Source: TPersistent); override;
 
Public Constructor Create(Model: TBaseModel);
 
Public Destructor Destroy; override;
 
Public procedure Initialize;
 

Properties

Published property PrintInputArrays: boolean read FPrintInputArrays write SetPrintInputArrays default True;
 
Published property PrintInputCellLists: boolean read FPrintInputCellLists write SetPrintInputCellLists default True;
 
Published property PrintObservations: boolean read FPrintObservations write SetPrintObservations default True;
 
Published property SaveCellFlows: TCellSaveFormat read FSaveCellFlows write SetSaveCellFlows default csfBinary;
 
Published property Compact: boolean read FCompact write SetCompact;
 
Published property HeadOC: THeadDrawdownOutputControl read FHeadOC write SetHeadOC;
 
Published property DrawdownOC: THeadDrawdownOutputControl read FDrawdownOC write SetDrawdownOC;
 
Published property Comments: TStrings read FComments write SetComments;
 
Published property BudgetFrequency: integer read FBudgetFrequency write SetBudgetFrequency;
 
Published property BudgetFrequencyChoice: TFrequencyChoice read FBudgetFrequencyChoice write SetBudgetFrequencyChoice;
 

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