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

TPOFileItem.VirtualTranslation

Indicates whether the translation is included in statistics generated when a .po file is processed and applied.

Declaration

Source position: translations.pas line 107

public property TPOFileItem.VirtualTranslation : Boolean
  read FVirtualTranslation;

Description

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