Class TCustomNameFileWriter
Unit
CustomModflowWriterUnit
Declaration
type TCustomNameFileWriter = class(TCustomModflowWriter)
Description
no description available, TCustomModflowWriter description follows
TCustomModflowWriter
is an abstract base class used as an ancestor for classes that write MODFLOW input files.
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
 |
FNameFile: TStringList; |
|
 |
FListFileName: string; |
|
Methods
 |
procedure ClearNameFile; |
ClearNameFile clears the name file.
|
 |
procedure InitilizeNameFile(Const FileName: string; out OutputListFileName: string); virtual; abstract; |
|
 |
Destructor Destroy; override; |
|
 |
procedure SaveNameFile(AFileName: string); |
Name saves the name file to a file.
|
Properties
 |
property NameFile: TStringList read FNameFile; |
|
Generated by PasDoc 0.12.1 on 2013-05-13 15:41:29