Source position: fpsonar.types.pp line 103
type TFpSonarAnalysisConfig = record |
public |
Mode: string; |
Dialect: TFpSonarDialect; |
ModeSwitches: TFpSonarStringArray; |
Defines: TFpSonarStringArray; |
UnitSearchPaths: TFpSonarStringArray; |
IncludePaths: TFpSonarStringArray; |
TargetCPU: string; |
TargetOS: string; |
TargetFiles: TFpSonarStringArray; |
class function Default; |
function EffectiveDefines; |
function Merge(); |
function Description; |
|
end; |