[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents the return value for the TranslateUnitResourceStrings function.
Source position: translations.pas line 76
type TTranslateUnitResult = ( |
||
turOK, |
|
Resources were successfully translated. |
turNoLang, |
|
The language identifier was omitted or a .po file for the language was not found . |
turNoFBLang, |
|
The fallback language identifier was omitted or a .po file for the language was not found. |
turEmptyParam |
|
The unit file name or the base file name argument was not specified. |
); |
TTranslateUnitResult is an enumeration type with values that can be returned from the overloaded TranslateUnitResourceStrings function.
|
Translates resource strings for one unit. |
Version 4.0 | Generated 2025-05-03 | Home |