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
Class TfrmScreenObjectProperties TfrmScreenObjectProperties is used to edit one or more TScreenObjects.

Types

TSpecifiedHeadColumns = (...);
TFluxBoundaryColumns = (...);
TLeakyBoundaryColumns = (...);
TRiverBoundaryColumns = (...);
TWellBoundaryColumns = (...);
TWellIntervalColumns = (...);
TScreenObjectDataSetColumns = (...);

Variables

frmScreenObjectProperties: TfrmScreenObjectProperties = nil;

Description

Types

TSpecifiedHeadColumns = (...);

TSpecifiedHeadColumns represents the columns for the grid used in the specified head boundary condition (TfrmScreenObjectProperties.dgSpecifiedHead).

Values
  • shcNone:
  • shcTime:
  • shcHead:
  • shcHeadPhastInterpolation:
  • shcSolution:
  • shcSolutionPhastInterpolation:
TFluxBoundaryColumns = (...);

TFluxBoundaryColumns represents the columns for the grid used in the specified flux boundary condition (TfrmScreenObjectProperties.dgBoundaryFlux).

Values
  • fbcNone:
  • fbcTime:
  • fbcFlux:
  • fbcFluxPhastInterpolation:
  • fbcSolution:
  • fbcSolutionPhastInterpolation:
TLeakyBoundaryColumns = (...);

TLeakyBoundaryColumns represents the columns for the grid used in the leaky boundary condition (TfrmScreenObjectProperties.dgBoundaryLeaky).

Values
  • lbcNone:
  • lbcTime:
  • lbcHead:
  • lbcHeadPhastInterpolation:
  • lbcSolution:
  • lbcSolutionPhastInterpolation:
TRiverBoundaryColumns = (...);

TRiverBoundaryColumns represents the columns for the grid used in the river boundary condition (TfrmScreenObjectProperties.dgBoundaryRiver).

Values
  • rbcNone:
  • rbcTime:
  • rbcHead:
  • rbcSolution:
TWellBoundaryColumns = (...);

TWellBoundaryColumns represents the columns for the grid used in the well boundary condition (TfrmScreenObjectProperties.dgWell).

Values
  • wbcNone:
  • wbcTime:
  • wbcInjectionOrPumpingRate:
  • wbcSolution:
TWellIntervalColumns = (...);

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

Values
  • wicNone:
  • wicFirst:
  • wicSecond:
TScreenObjectDataSetColumns = (...);

TScreenObjectDataSetColumns represents the columns for the grid used for TDataArrays (TfrmScreenObjectProperties.dgDataSets).

Values
  • cdsName:
  • cdsUsed:
  • cdsFormula:

Variables

frmScreenObjectProperties: TfrmScreenObjectProperties = nil;

frmScreenObjectProperties is the instance of TfrmScreenObjectProperties used in GoPhast.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:37