[Overview][Resource strings][Classes] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: solvermanager.pas line 37
type TSolverManager = class(TObject) |
||
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure Run(); |
|
|
property Solver: TProcess; [rw] |
|
|
end; |
|
||
| | ||
TObject |