Unit frmSelectResultToImportUnit

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TUndoImportModelResults  
Class TFormulaAssigner  
Class TFormulaAssignerList  
Class TfrmSelectResultToImport  

Types

TModflowResultFormat = (...);
TModelColumns = (...);
TDataArrayForm = (...);

Constants

MaxDisplayChoiceCount = 10;
StrModelResults = 'Model Results';

Variables

frmSelectResultToImport: TfrmSelectResultToImport;
DisplayChoices: array[TDisplayChoice] of integer = (0, 0, 0);

Description

Types

TModflowResultFormat = (...);
 
Values
  • mrBinary:  
  • mrAscii:  
  • mrFlux:  
  • mrHufAscii:  
  • mrHufBinary:  
  • mrHufFlux:  
  • mfSubBinary:  
  • mfMt3dConc:  
TModelColumns = (...);
 
Values
  • mcModelName:  
  • mcUse:  
  • mcFileName:  
TDataArrayForm = (...);
 
Values
  • dafLayer:  
  • dafSystem:  
  • dafSubsidence:  
  • dafWaterTable:  

Constants

MaxDisplayChoiceCount = 10;
 
StrModelResults = 'Model Results';
 

Variables

frmSelectResultToImport: TfrmSelectResultToImport;

Public declarations

DisplayChoices: array[TDisplayChoice] of integer = (0, 0, 0);

DisplayChoices records how many times the user has chosen to color the grid, contour the data, or do nothing. The most frequent choice is then selected at the default when the TfrmSelectResultToImport is created.


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