[Overview][Constants][Classes][Procedures and functions][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: xmltranslations.pas line 37
type TTranslationItem = class |
||
public |
||
Identifier: String; |
|
|
Original: String; |
|
|
Translation: String; |
|
|
Hash: LongInt; |
|
|
constructor Create(); |
|
|
end; |
|
||
| | ||
TObject |