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

TPOFile.OriginalToItem

Gets the translation entry which has the specified original (untranslated) value.

Declaration

Source position: translations.pas line 174

public function TPOFile.OriginalToItem(

  const Data: string

):TPOFileItem;

Arguments

Data

  

Untranslated value for the entry located in the method.

Function result

TPOFileItem with the specified Original value, or Nil when not found.

See also

TPOFileItem

  

Represents a single key/value pair in a .po file which maps a string to its translated value.

TPOFileItem.Original

  

Original untranslated value prior to localization using the value in Translation.


Version 4.0 Generated 2025-05-03 Home