| Class TForm1 (unit uexam2) |
TForm
| Constructors |
| Functions |
procedure Button1Click(Sender: TObject);
procedure Button2Click(Sender: TObject);| Properties |
| Events |
| Variables |
Button1 : TButton;
Button2 : TButton;| Constructors |
| Functions |
procedure Button1Click(Sender: TObject);Calculates the arg2.th. root of arg1
procedure Button2Click(Sender: TObject);we want to calculate the 3rd root of 8 = 2
| Properties |
| Events |
| Variables |
Button1 : TButton;
Button2 : TButton;