Constructor for the class instance.
Source position: translations.pas line 102
public constructor TPOFileItem.Create( |
const TheIdentifierLow: string; |
const TheOriginal: string; |
const TheTranslated: string |
); |
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. |
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.4 | Generated 2025-11-08 | Home |