Gets the translation entry which has the specified original (untranslated) value.
Source position: translations.pas line 174
public function TPOFile.OriginalToItem( |
const Data: string |
):TPOFileItem; |
Data |
|
Untranslated value for the entry located in the method. |
TPOFileItem with the specified Original value, or Nil when not found.
|
Represents a single key/value pair in a .po file which maps a string to its translated value. |
|
|
Original untranslated value prior to localization using the value in Translation. |
| Version 4.4 | Generated 2025-11-08 | Home |