Description | Hierarchy | Fields | Methods | Properties |
type TProgramLocations = class(TPersistent)
![]() |
FTextEditorLocation: string; |
![]() |
FModflowLocation: string; |
![]() |
FModPathLocation: string; |
![]() |
FModelMonitorLocation: string; |
![]() |
FPhastLocation: string; |
![]() |
FZoneBudgetLocation: string; |
![]() |
FModelMateLocation: string; |
![]() |
FModflowLgrLocation: string; |
![]() |
FModflowNwtLocation: string; |
![]() |
FMt3dmsLocation: string; |
![]() |
FModPathLocationV6: string; |
![]() |
FSutra22Location: string; |
![]() |
function GetTextEditorLocation: string; |
![]() |
procedure SetModflowLocation(const Value: string); |
![]() |
function RemoveQuotes(const Value: string): string; |
![]() |
procedure SetModPathLocation(const Value: string); |
![]() |
procedure SetModelMonitorLocation(const Value: string); |
![]() |
procedure SetPhastLocation(const Value: string); |
![]() |
procedure SetZoneBudgetLocation(const Value: string); |
![]() |
procedure SetModelMateLocation(const Value: string); |
![]() |
procedure SetModflowLgrLocation(const Value: string); |
![]() |
procedure SetModflowNwtLocation(const Value: string); |
![]() |
procedure SetMt3dmsLocation(const Value: string); |
![]() |
procedure SetModPathLocationV6(const Value: string); |
![]() |
procedure SetSutra22Location(const Value: string); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create; |
![]() |
procedure WriteToIniFile(IniFile: TMemInifile); |
![]() |
procedure ReadFromIniFile(IniFile: TMemInifile); |
![]() |
FTextEditorLocation: string; |
![]() |
FModflowLocation: string; |
![]() |
FModPathLocation: string; |
![]() |
FModelMonitorLocation: string; |
![]() |
FPhastLocation: string; |
![]() |
FZoneBudgetLocation: string; |
![]() |
FModelMateLocation: string; |
![]() |
FModflowLgrLocation: string; |
![]() |
FModflowNwtLocation: string; |
![]() |
FMt3dmsLocation: string; |
![]() |
FModPathLocationV6: string; |
![]() |
FSutra22Location: string; |
![]() |
function GetTextEditorLocation: string; |
![]() |
procedure SetModflowLocation(const Value: string); |
![]() |
function RemoveQuotes(const Value: string): string; |
![]() |
procedure SetModPathLocation(const Value: string); |
![]() |
procedure SetModelMonitorLocation(const Value: string); |
![]() |
procedure SetPhastLocation(const Value: string); |
![]() |
procedure SetZoneBudgetLocation(const Value: string); |
![]() |
procedure SetModelMateLocation(const Value: string); |
![]() |
procedure SetModflowLgrLocation(const Value: string); |
![]() |
procedure SetModflowNwtLocation(const Value: string); |
![]() |
procedure SetMt3dmsLocation(const Value: string); |
![]() |
procedure SetModPathLocationV6(const Value: string); |
![]() |
procedure SetSutra22Location(const Value: string); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create; |
![]() |
procedure WriteToIniFile(IniFile: TMemInifile); |
![]() |
procedure ReadFromIniFile(IniFile: TMemInifile); |
![]() |
property ModflowLocation: string read FModflowLocation
write SetModflowLocation; |
![]() |
property TextEditorLocation: string read GetTextEditorLocation
write FTextEditorLocation; |
![]() |
property ModPathLocation: string read FModPathLocation
write SetModPathLocation; |
![]() |
property ModPathLocationVersion6: string read FModPathLocationV6
write SetModPathLocationV6; |
![]() |
property ModelMonitorLocation: string read FModelMonitorLocation
write SetModelMonitorLocation; |
![]() |
property PhastLocation: string read FPhastLocation write SetPhastLocation; |
![]() |
property ZoneBudgetLocation: string read FZoneBudgetLocation
write SetZoneBudgetLocation; |
![]() |
property ModelMateLocation: string read FModelMateLocation
write SetModelMateLocation; |
![]() |
property ModflowLgrLocation: string read FModflowLgrLocation
write SetModflowLgrLocation; |
![]() |
property ModflowNwtLocation: string read FModflowNwtLocation
write SetModflowNwtLocation; |
![]() |
property Mt3dmsLocation: string read FMt3dmsLocation
write SetMt3dmsLocation; |
![]() |
property Sutra22Location: string read FSutra22Location
write SetSutra22Location; |