Description | Hierarchy | Fields | Methods | Properties |
type TUndoSetPhastScreenObjectProperties = class(TUndoSetScreenObjectProperties)
TUndoSetPhastScreenObjectProperties
is used to set or restore the properties of one or more TPhastScreenObjects.
![]() |
procedure ResetScreenObjectDataSetSubscriptions; override; |
![]() |
constructor Create(const AListOfScreenObjects: TList); |
![]() |
destructor Destroy; override; |
![]() |
procedure DoCommand; override; |
![]() |
procedure Undo; override; |
![]() |
FOldHeadSolutionType: array of TSolutionType; |
|
![]() |
FOldIntervalList: TObjectList; |
|
![]() |
FOldLeakyHydraulicConductivity: array of string; |
|
![]() |
FOldLeakyList: TObjectList; |
|
![]() |
FOldLeakyThickness: array of string; |
|
![]() |
FOldPhastInterpolationList: TObjectList; |
|
![]() |
FOldRiverBedThickness: array of string; |
|
![]() |
FOldRiverDepth: array of string; |
|
![]() |
FOldRiverDescription: array of string; |
|
![]() |
FOldRiverList: TObjectList; |
|
![]() |
FOldRiverWidth: array of string; |
|
![]() |
FOldSpecifiedFluxList: TObjectList; |
|
![]() |
FOldSpecifiedHeadList: TObjectList; |
|
![]() |
FOldWellAllocation: array of boolean; |
|
![]() |
FOldWellDescription: array of string; |
|
![]() |
FOldWellDiameter: array of double; |
|
![]() |
FOldWellIntervalFormat: array of TWellElevationFormat; |
|
![]() |
FOldWellLandSurfaceDatum: array of double; |
|
![]() |
FOldWellList: TObjectList; |
|
![]() |
FBoundaryChanged: array[btSpecifiedHead..btWell] of boolean; |
|
![]() |
FNewBoundaryType: TBoundaryTypes; |
|
![]() |
FNewHeadSolutionType: TSolutionType; |
|
![]() |
FNewLeakyBoundary: TLeakyBoundary; |
|
![]() |
FNewLeakyHydraulicConductivity: string; |
|
![]() |
FNewLeakyThickness: string; |
|
![]() |
FNewPhastInterpolationList: TObjectList; |
|
![]() |
FNewRiverBedThickness: string; |
|
![]() |
FNewRiverBoundary: TRiverBoundary; |
|
![]() |
FNewRiverDepth: string; |
|
![]() |
FNewRiverDescription: string; |
|
![]() |
FNewRiverHydraulicConductivity: string; |
|
![]() |
FNewRiverWidth: string; |
|
![]() |
FNewSpecifiedFluxBoundary: TFluxBoundary; |
|
![]() |
FNewSpecifiedHeadBoundary: TSpecifiedHeadBoundary; |
|
![]() |
FNewWellAllocation: boolean; |
|
![]() |
FNewWellBoundary: TWellBoundary; |
|
![]() |
FNewWellDescription: string; |
|
![]() |
FNewWellDiameter: double; |
|
![]() |
FNewWellIntervalFormat: TWellElevationFormat; |
|
![]() |
FNewWellIntervals: TWellIntervals; |
|
![]() |
FNewWellLandSurfaceDatum: double; |
|
![]() |
FSetHeadSolutionType: boolean; |
|
![]() |
FSetLeakyHydraulicConductivity: boolean; |
|
![]() |
FSetLeakyThickness: boolean; |
|
![]() |
FSetRiverBedThickness: boolean; |
|
![]() |
FSetRiverDepth: boolean; |
|
![]() |
FSetRiverDescription: boolean; |
|
![]() |
FSetRiverHydraulicConductivity: boolean; |
|
![]() |
FSetRiverWidth: boolean; |
|
![]() |
FSetWellAllocation: boolean; |
|
![]() |
FSetWellDescription: boolean; |
|
![]() |
FSetWellDiameter: boolean; |
|
![]() |
FSetWellIntervalFormat: boolean; |
|
![]() |
FSetWellIntervals: boolean; |
|
![]() |
FSetWellLandSurfaceDatum: boolean; |
|
![]() |
procedure ResetScreenObjectDataSetSubscriptions; override; |
|
![]() |
constructor Create(const AListOfScreenObjects: TList); |
Parameters
|
![]() |
destructor Destroy; override; |
|
![]() |
procedure DoCommand; override; |
|
![]() |
procedure Undo; override; |
|