[Overview][Classes][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: projectsettings.pas line 34
type TProjectSettings = class(TCustomSettings) |
||
public |
||
constructor Create; |
|
|
procedure Load; override; |
|
|
procedure Save; override; |
|
|
property Solver: String; [rw] |
|
|
property SolverVerbosity: String; [rw] |
|
|
end; |
|
||
| | ||
TCustomSettings |
||
? | ||
TObject |