[Overview][Classes][Variables] Reference for unit 'Main' (#mcl)

TForm1

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

Declaration

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;

Inheritance

TForm1

  

|

TForm

?

TObject