[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Structure describing string
Source position: gettext.pp line 40
type TMOStringInfo = packed record |
||
length: LongWord; |
|
Length of the string |
offset: LongWord; |
|
Offset in the file |
end; |
This record is one element in the string tables describing the original and translated strings. It describes the position and length of the string. The location of these tables is stored in the TMOFileHeader record at the start of the file.
|
Structure found at the head of a .mo file. |