[Overview][Constants][Classes][Procedures and functions][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: xmltranslations.pas line 48
type TXMLTranslation = class |
||
protected |
||
FFileName: String; |
|
|
FLang: String; |
|
|
FUnits: TStrings; |
|
|
FIdentifierToItem: TStringHashList; |
|
|
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
procedure ReadXMLText; |
|
|
procedure Add(); |
|
|
function Translate(); |
|
|
end; |
|
||
| | ||
TObject |