Gets the translation entry with the specified identifier value.
Source position: translations.pas line 173
public function TPOFile.FindPoItem( |
const Identifier: string |
):TPOFileItem; |
Identifier |
|
Identifier (msgid) for the translation entry located in the method. The value is converted to lowercase and used to find the matching translation entry. |
TPOFileItem with the specified Identifier value, or Nil when not found.
|
Lowercase variant of the message identifier or untranslated value. |
| Version 4.4 | Generated 2025-11-08 | Home |