help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'gettext' (#fcl)

TMOFileHeader

Structure found at the head of a .mo file.

Declaration

Source position: gettext.pp line 30

type TMOFileHeader = packed record

  magic: LongWord;

  

Magic constant, should equal MOFileHeaderMagic.

  revision: LongWord;

  

File revision

  nstrings: LongWord;

  

Number of string pairs in the file

  OrigTabOffset: LongWord;

  

Offset of the original strings description table.

  TransTabOffset: LongWord;

  

Offset of the translated strings description table.

  HashTabSize: LongWord;

  

Size of hashing table.

  HashTabOffset: LongWord;

  

Offset of hashing table.

end;

Description

This structure describes the structure of a .mo file with string localizations.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505