[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsonar.engine.pp line 38
type TFpSonarEngine = class |
public |
constructor Create; |
constructor CreateWith(); |
destructor Destroy; override; |
procedure Run(); |
property Config: TFpSonarConfig; [rw] |
property SuppressionMap: TFpSonarSuppressionMap; [rw] |
property RealRtlPreferred: Boolean; [rw] |
property PpuAutoDetect: Boolean; [rw] |
property PpuCacheDir: string; [rw] |
property OnProgress: TFpSonarProgressEvent; [rw] |
end; |
| | |
TObject |