[Overview][Constants][Classes][Procedures and functions][Variables] Reference for unit 'XMLTranslations' (#mcl)

TTranslationItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: xmltranslations.pas line 37

type TTranslationItem = class

public

  Identifier: String;

  

  Original: String;

  

  Translation: String;

  

  Hash: LongInt;

  

  constructor Create();

  

end;

Inheritance

TTranslationItem

  

|

TObject