Class TProgramLocations

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TProgramLocations = class(TPersistent)

Description

Hierarchy

Overview

Fields

Private FTextEditorLocation: string;
Private FModflowLocation: string;
Private FModPathLocation: string;
Private FModelMonitorLocation: string;
Private FPhastLocation: string;
Private FZoneBudgetLocation: string;
Private FModelMateLocation: string;
Private FModflowLgrLocation: string;
Private FModflowNwtLocation: string;
Private FMt3dmsLocation: string;
Private FModPathLocationV6: string;
Private FSutra22Location: string;

Methods

Private function GetTextEditorLocation: string;
Private procedure SetModflowLocation(const Value: string);
Private function RemoveQuotes(const Value: string): string;
Private procedure SetModPathLocation(const Value: string);
Private procedure SetModelMonitorLocation(const Value: string);
Private procedure SetPhastLocation(const Value: string);
Private procedure SetZoneBudgetLocation(const Value: string);
Private procedure SetModelMateLocation(const Value: string);
Private procedure SetModflowLgrLocation(const Value: string);
Private procedure SetModflowNwtLocation(const Value: string);
Private procedure SetMt3dmsLocation(const Value: string);
Private procedure SetModPathLocationV6(const Value: string);
Private procedure SetSutra22Location(const Value: string);
Public procedure Assign(Source: TPersistent); override;
Public Constructor Create;
Public procedure WriteToIniFile(IniFile: TMemInifile);
Public procedure ReadFromIniFile(IniFile: TMemInifile);

Properties

Published property ModflowLocation: string read FModflowLocation write SetModflowLocation;
Published property TextEditorLocation: string read GetTextEditorLocation write FTextEditorLocation;
Published property ModPathLocation: string read FModPathLocation write SetModPathLocation;
Published property ModPathLocationVersion6: string read FModPathLocationV6 write SetModPathLocationV6;
Published property ModelMonitorLocation: string read FModelMonitorLocation write SetModelMonitorLocation;
Published property PhastLocation: string read FPhastLocation write SetPhastLocation;
Published property ZoneBudgetLocation: string read FZoneBudgetLocation write SetZoneBudgetLocation;
Published property ModelMateLocation: string read FModelMateLocation write SetModelMateLocation;
Published property ModflowLgrLocation: string read FModflowLgrLocation write SetModflowLgrLocation;
Published property ModflowNwtLocation: string read FModflowNwtLocation write SetModflowNwtLocation;
Published property Mt3dmsLocation: string read FMt3dmsLocation write SetMt3dmsLocation;
Published property Sutra22Location: string read FSutra22Location write SetSutra22Location;

Description

Fields

Private FTextEditorLocation: string;
 
Private FModflowLocation: string;
 
Private FModPathLocation: string;
 
Private FModelMonitorLocation: string;
 
Private FPhastLocation: string;
 
Private FZoneBudgetLocation: string;
 
Private FModelMateLocation: string;
 
Private FModflowLgrLocation: string;
 
Private FModflowNwtLocation: string;
 
Private FMt3dmsLocation: string;
 
Private FModPathLocationV6: string;
 
Private FSutra22Location: string;
 

Methods

Private function GetTextEditorLocation: string;
 
Private procedure SetModflowLocation(const Value: string);
 
Private function RemoveQuotes(const Value: string): string;
 
Private procedure SetModPathLocation(const Value: string);
 
Private procedure SetModelMonitorLocation(const Value: string);
 
Private procedure SetPhastLocation(const Value: string);
 
Private procedure SetZoneBudgetLocation(const Value: string);
 
Private procedure SetModelMateLocation(const Value: string);
 
Private procedure SetModflowLgrLocation(const Value: string);
 
Private procedure SetModflowNwtLocation(const Value: string);
 
Private procedure SetMt3dmsLocation(const Value: string);
 
Private procedure SetModPathLocationV6(const Value: string);
 
Private procedure SetSutra22Location(const Value: string);
 
Public procedure Assign(Source: TPersistent); override;
 
Public Constructor Create;
 
Public procedure WriteToIniFile(IniFile: TMemInifile);
 
Public procedure ReadFromIniFile(IniFile: TMemInifile);
 

Properties

Published property ModflowLocation: string read FModflowLocation write SetModflowLocation;
 
Published property TextEditorLocation: string read GetTextEditorLocation write FTextEditorLocation;
 
Published property ModPathLocation: string read FModPathLocation write SetModPathLocation;
 
Published property ModPathLocationVersion6: string read FModPathLocationV6 write SetModPathLocationV6;
 
Published property ModelMonitorLocation: string read FModelMonitorLocation write SetModelMonitorLocation;
 
Published property PhastLocation: string read FPhastLocation write SetPhastLocation;
 
Published property ZoneBudgetLocation: string read FZoneBudgetLocation write SetZoneBudgetLocation;
 
Published property ModelMateLocation: string read FModelMateLocation write SetModelMateLocation;
 
Published property ModflowLgrLocation: string read FModflowLgrLocation write SetModflowLgrLocation;
 
Published property ModflowNwtLocation: string read FModflowNwtLocation write SetModflowNwtLocation;
 
Published property Mt3dmsLocation: string read FMt3dmsLocation write SetMt3dmsLocation;
 
Published property Sutra22Location: string read FSutra22Location write SetSutra22Location;
 

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