[Overview][Classes][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: main.pas line 41
type TForm1 = class(TForm) |
||
Button1: TButton; |
|
|
edtNewLanguage: TEdit; |
||
Label1: TLabel; |
||
Label2: TLabel; |
||
Label3: TLabel; |
||
lbLanguages: TListBox; |
||
memTest: TMemo; |
||
procedure Button1Click(); |
|
|
procedure FormCreate(); |
|
|
procedure lbLanguagesClick(); |
||
procedure memTestChange(); |
||
end; |
|
||
| | ||
TForm |
||
? | ||
TObject |