[Overview][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: lcltranslator.pas line 62
public constructor TDefaultTranslator.Create( |
MOFileName: string |
); |
MOFileName |
|
.mo file used in the class instance. |
Create is the constructor for the class instance, and calls the inherited constructor. Create initializes and stores a TMOFile instance using the file name specified in the MOFileName parameter. Create calls UTF8ToSys to convert any UTF-8-encoded values in MOFileName to the default encoding used for the platform or OS.
Version 4.0 | Generated 2025-05-03 | Home |