Unit frmScreenObjectPropertiesUnit

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

The main purpose of frmScreenObjectPropertiesUnit is to define TfrmScreenObjectProperties which is used to edit one or more TScreenObjects.

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
record TTimeValues TTimeValues is used in storing values for MODFLOW parameters.
Class TParameterTime  
Class TParameterTimeList  
Class TScreenObjectDataEdit TScreenObjectDataEdit is used to store edited values associated with a TDataArray in a TScreenObject while they are being edited prior to actually changing those values.
Class TfrmScreenObjectProperties TfrmScreenObjectProperties is used to edit one or more TScreenObjects.

Types

TTimeArray = array of TTimeValues;
TGetBoundaryCollectionEvent = function (Boundary: TModflowBoundary): TCustomMF_BoundColl of Object;
TWellIntervalColumns = (...);

Constants

StrLowerZcoordinate = 'Lower Z-coordinate';
StrLowerYcoordinate = 'Lower Y-coordinate';
StrLowerXcoordinate = 'Lower X-coordinate';
StrHigherZcoordinate = 'Higher Z-coordinate';
StrHigherYcoordinate = 'Higher Y-coordinate';
StrHigherXcoordinate = 'Higher X-coordinate';
StrZcoordinate = 'Z-coordinate';
StrYcoordinate = 'Y-coordinate';
StrXcoordinate = 'X-coordinate';

Variables

frmScreenObjectProperties: TfrmScreenObjectProperties = nil;

Description

Types

TTimeArray = array of TTimeValues;
 
TGetBoundaryCollectionEvent = function (Boundary: TModflowBoundary): TCustomMF_BoundColl of Object;
 
TWellIntervalColumns = (...);

TWellIntervalColumns represents the columns for the grid used for the well intervals in the well boundary condition (TfrmScreenObjectProperties.dgWellElevations).

Values
  • wicNone:  
  • wicFirst:  
  • wicSecond:  

Constants

StrLowerZcoordinate = 'Lower Z-coordinate';
 
StrLowerYcoordinate = 'Lower Y-coordinate';
 
StrLowerXcoordinate = 'Lower X-coordinate';
 
StrHigherZcoordinate = 'Higher Z-coordinate';
 
StrHigherYcoordinate = 'Higher Y-coordinate';
 
StrHigherXcoordinate = 'Higher X-coordinate';
 
StrZcoordinate = 'Z-coordinate';
 
StrYcoordinate = 'Y-coordinate';
 
StrXcoordinate = 'X-coordinate';
 

Variables

frmScreenObjectProperties: TfrmScreenObjectProperties = nil;

frmScreenObjectProperties is the instance of TfrmScreenObjectProperties used in GoPhast.

Author


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