[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Translations' (#lazutils)

TTranslationStatistics

Declaration

Source position: translations.pas line 79

type TTranslationStatistics = record

  Translated: Integer;

  

  Untranslated: Integer;

  

  Fuzzy: Integer;

  

end;