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

TFpSonarDiagnostic

Declaration

Source position: fpsonar.types.pp line 38

type TFpSonarDiagnostic = record

  FileName: string;

  Row: Integer;

  Col: Integer;

  Kind: TFpSonarDiagnosticKind;

  Message: string;

end;


Documentation generated on: 2026-07-12