[Overview][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: translations.pas line 76
type TPOFileItem = class |
||
public |
||
Tag: Integer; |
||
Comments: String; |
||
Identifier: String; |
|
|
Original: String; |
|
|
Translation: String; |
|
|
Context: String; |
||
constructor Create(); |
|
|
end; |
|
||
| | ||
TObject |