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

TTranslateUnitResult

Declaration

Source position: translations.pas line 77

type TTranslateUnitResult = (

  turOK,

  

  turNoLang,

  

  turNoFBLang,

  

  turEmptyParam

  

);