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

TXMLTranslation

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

Declaration

Source position: xmltranslations.pas line 48

type TXMLTranslation = class

protected

  FFileName: String;

  

  FLang: String;

  

  FUnits: TStrings;

  

  FIdentifierToItem: TStringHashList;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure ReadXMLText;

  

  procedure Add();

  

  function Translate();

  

end;

Inheritance

TXMLTranslation

  

|

TObject