Description | Uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
The main purpose of frmScreenObjectPropertiesUnit
is to define TfrmScreenObjectProperties which is used to edit one or more TScreenObjects.
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. |
TTimeArray = array of TTimeValues; |
TGetBoundaryCollectionEvent = function (Boundary: TModflowBoundary): TCustomMF_BoundColl of Object; |
TWellIntervalColumns = (...); |
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'; |
frmScreenObjectProperties: TfrmScreenObjectProperties = nil; |
TTimeArray = array of TTimeValues; |
TGetBoundaryCollectionEvent = function (Boundary: TModflowBoundary): TCustomMF_BoundColl of Object; |
TWellIntervalColumns = (...); |
Values
|
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'; |
frmScreenObjectProperties: TfrmScreenObjectProperties = nil; |
|