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

TPOFileItem.Create

Constructor for the class instance.

Declaration

Source position: translations.pas line 102

public constructor TPOFileItem.Create(

  const TheIdentifierLow: string;

  const TheOriginal: string;

  const TheTranslated: string

);

Arguments

TheIdentifierLow

  

Lowercase value for the message identifier (msgid).

TheOriginal

  

The original untranslated value for the message identifier.

TheTranslated

  

Translated value (msgstr) for the message identifier.

Description

Create stores the values passed as arguments to the method to the members in the class instance. It also initializes internal members used in the class instance.


Version 4.0 Generated 2025-05-03 Home