[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates whether the translation is included in statistics generated when a .po file is processed and applied.
Source position: translations.pas line 107
public property TPOFileItem.VirtualTranslation : Boolean |
VirtualTranslation is a read-only Boolean property which indicates whether the translation entry had an actual value in its identifier and translated value. The default value for the property is False. True indicates that both msgid and msgstr were empty, per the convention used for a .po file header. Translations entries which are virtual are not included in the translation statistics.
Version 4.0 | Generated 2025-05-03 | Home |