[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: translations.pas line 104
type TPOFileItem = class end; |
||
public |
||
Tag: Integer; |
||
LineNr: Integer; |
||
Comments: string; |
||
IdentifierLow: string; |
||
Original: string; |
|
|
Translation: string; |
|
|
Flags: string; |
||
PreviousID: string; |
||
Context: string; |
||
constructor Create(); |
|
|
procedure ModifyFlag(); |
||
property Identifier: string; [r] deprecated ; |
|
|
|
||
| | ||
TObject |