[Overview][Classes][Variables] Reference for unit 'ProjectSettings' (#gui)

TProjectSettings

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TProjectSettings

  

|

TCustomSettings

?

TObject