[Overview][Constants][Classes] Reference for unit 'GUITranslations' (#mcl)

TGUITranslations

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

Declaration

Source position: guitranslations.pas line 39

type TGUITranslations = class(TObject)

public

  constructor Create();

  

  function Languages;

  

  procedure AddLanguage();

  

  function Translate();

  

  procedure SetTranslation();

  

  property Language: String; [rw]

  

end;

Inheritance

TGUITranslations

  

|

TObject