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

TPOFile.FindPoItem

Gets the translation entry with the specified identifier value.

Declaration

Source position: translations.pas line 173

public function TPOFile.FindPoItem(

  const Identifier: string

):TPOFileItem;

Arguments

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.

Function result

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

See also

TPOFileItem.IdentifierLow

  

Lowercase variant of the message identifier or untranslated value.


Version 4.0 Generated 2025-05-03 Home