[Overview][Constants][Classes] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
TObject |