Class TframeScreenObjectParam
Unit
frameScreenObjectParamUnit
Declaration
type TframeScreenObjectParam = class(TframeScreenObjectNoParam)
Description
TframeScreenObjectParam
is used to define time-varying MODFLOW boundary condition data associated with TScreenObjects when parameter instances can be defined.
Typically, the first two columns of dgModflowBoundary will have the start and ending times for the boundary condtion. Following that will be columns representing the values to be assigned the boundary. Then there will be columns representing the MODFLOW parameters associated with the boundary. The objects property of Row 0 will have the TModflowParameter in the column corresponding to the column for that TModflowParameter. clbParameters will indicate which TModflowParameters are in use.
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
 |
clbParameters: TJvxCheckListBox; |
clbParameters is used to indicate which parameters are being used.
|
Methods
 |
procedure clbParametersStateChange(Sender: TObject; Index: Integer); |
clbParametersStateChange is the OnChange event for clbParameters. clbParametersStateChange inserts columns into dgModflowBoundary or deletes them. When inserting a column, it puts a TModflowParameter in dgModflowBoundaryObjects at Row = 0 and Col = the new column.
|
 |
procedure dgModflowBoundarySelectCell(Sender: TObject; ACol, ARow: Integer; var CanSelect: Boolean); |
dgModflowBoundarySelectCell prevents the user from selecting certain cells.
|
 |
function ParamColumnCaption(NameIndex: integer): string; virtual; |
Private declarations
|
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
Properties
Generated by PasDoc 0.12.1 on 2013-05-13 15:41:33