[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'gettext' (#fcl) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class providing access to a .mo file.
Source position: gettext.pp line 55
type TMOFile = class |
||
public |
||
procedure Create(); |
|
Create a new instance of the TMOFile class. |
destructor Destroy; override; |
|
Removes the TMOFile instance from memory |
function Translate(); |
|
Translate a string |
end; |
|
Class providing access to a .mo file. |
|
| | ||
TObject |
TMOFile is a class providing easy access to a .mo file. It can be used to translate any of the strings that reside in the .mo file. The internal structure of the .mo is completely hidden.
No notes exist for this page yet.