Description | Hierarchy | Fields | Methods | Properties |
type TCustomSutraBoundaryCollection = class(TCustomMF_ListBoundColl)
TCustomMF_ListBoundColl
is used for boundary conditions in which each section of an object is used to define a separate set of boundary conditions. It is used for the CHD, DRN, DRT, GHB, RIV, and WEL packages.
![]() |
FScheduleName: AnsiString; |
![]() |
procedure SetScheduleName(const Value: AnsiString); |
![]() |
procedure UChangeHandler(Sender: TObject); virtual; |
![]() |
procedure AssignCellLocation(BoundaryStorage: TCustomBoundaryStorage; ACellList: TObject); override; |
![]() |
procedure AssignCellList(Expression: TExpression; ACellList: TObject; BoundaryStorage: TCustomBoundaryStorage; BoundaryFunctionIndex: integer; Variables, DataSets: TList; AModel: TBaseModel); override; |
![]() |
function AdjustedFormula(FormulaIndex, ItemIndex: integer): string; override; |
![]() |
function GetTimeListLinkClass: TTimeListsModelLinkClass; override; |
![]() |
procedure AddSpecificBoundary(AModel: TBaseModel); override; |
![]() |
function CanInvalidate: boolean; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property ScheduleName: AnsiString read FScheduleName write SetScheduleName; |
![]() |
FScheduleName: AnsiString; |
![]() |
procedure SetScheduleName(const Value: AnsiString); |
![]() |
procedure UChangeHandler(Sender: TObject); virtual; |
![]() |
procedure AssignCellLocation(BoundaryStorage: TCustomBoundaryStorage; ACellList: TObject); override; |
![]() |
procedure AssignCellList(Expression: TExpression; ACellList: TObject; BoundaryStorage: TCustomBoundaryStorage; BoundaryFunctionIndex: integer; Variables, DataSets: TList; AModel: TBaseModel); override; |
![]() |
function AdjustedFormula(FormulaIndex, ItemIndex: integer): string; override; |
![]() |
function GetTimeListLinkClass: TTimeListsModelLinkClass; override; |
![]() |
procedure AddSpecificBoundary(AModel: TBaseModel); override; |
![]() |
function CanInvalidate: boolean; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property ScheduleName: AnsiString read FScheduleName write SetScheduleName; |
BCSSCH |