Unit 'FpSonar.Types' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-sonar]

TFpSonarAnalysisConfig

Declaration

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;


Documentation generated on: 2026-07-12