[Overview][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: lcltranslator.pas line 74
public constructor TPOTranslator.Create( |
POFileName: string |
); |
aPOFile: TPOFile |
); |
POFileName |
|
.po file name to use for translated string values. |
aPOFile |
|
.po file to use for translated string values. |
Create is the overloaded constructor for the class instance. Both variant call the inherited constructor to initialize the class instance. The overloaded variants allow use of a file name or a TPOFile instance in the class. TPOTranslator contains an internal TPOFile member which is used to access the translated string values.
POFileName is the file name which contains the translated values for strings. A TPOFile instance is created for the specified file name.
aPOFile is the TPPOFile class instance which contains the translated values for strings.
Version 4.0 | Generated 2025-05-03 | Home |