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

TFpSonarConfig

Declaration

Source position: fpsonar.config.pp line 131

type TFpSonarConfig = record

public

  Rules: TFpSonarRuleSettingArray;

  Gate: TFpSonarGateThresholds;

  Suppressions: TFpSonarSuppressionGlobArray;

  UseTierResolution: TFpSonarUseTierResolution;

  class function Default;

  function RuleEnabled();

  function EffectiveSeverity();

  function RuleParamInt();

  function RuleParamStr();

  function RuleParamBool();

  function RuleParamTargets();

  function ApplyTo();

  function LoadFromJSON();

  function LoadFromFile();

  function ToJSON();

  function TemplateToJSON();

end;


Documentation generated on: 2026-07-12