Description | Hierarchy | Fields | Methods | Properties |
type TModelOptions = class(TCollectionItem)
![]() |
FDescription: TStrings; |
![]() |
Model: TCustomModel; |
![]() |
CalculateFlow: boolean; |
![]() |
PrintTime: boolean; |
![]() |
InitialHeadsFile: string; |
![]() |
WettingActive: boolean; |
![]() |
WettingFactor: double; |
![]() |
WettingIterations: integer; |
![]() |
WettingEquation: integer; |
![]() |
OpenInTextEditor: boolean; |
![]() |
LengthUnit: integer; |
![]() |
TimeUnit: integer; |
![]() |
ProjectDate: string; |
![]() |
Modeler: string; |
![]() |
ProjectName: string; |
![]() |
HDry: real; |
![]() |
HNoFlow: real; |
![]() |
StopError: Boolean; |
![]() |
StopErrorCriterion: double; |
![]() |
procedure SetDescription(const Value: TStrings); |
![]() |
procedure AssignOptionsToModel; |
![]() |
procedure AssignModel(AModel: TCustomModel); |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
property Description: TStrings read FDescription write SetDescription; |
![]() |
FDescription: TStrings; |
![]() |
Model: TCustomModel; |
![]() |
CalculateFlow: boolean; |
![]() |
PrintTime: boolean; |
![]() |
InitialHeadsFile: string; |
![]() |
WettingActive: boolean; |
![]() |
WettingFactor: double; |
![]() |
WettingIterations: integer; |
![]() |
WettingEquation: integer; |
![]() |
OpenInTextEditor: boolean; |
![]() |
LengthUnit: integer; |
![]() |
TimeUnit: integer; |
![]() |
ProjectDate: string; |
![]() |
Modeler: string; |
![]() |
ProjectName: string; |
![]() |
HDry: real; |
![]() |
HNoFlow: real; |
![]() |
StopError: Boolean; |
![]() |
StopErrorCriterion: double; |
![]() |
procedure SetDescription(const Value: TStrings); |
![]() |
procedure AssignOptionsToModel; |
![]() |
procedure AssignModel(AModel: TCustomModel); |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
property Description: TStrings read FDescription write SetDescription; |