Код
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;
procedure Button1Click(Sender: TObject);
end;
TInputVector1 = class(TObject)
x1:real;
end;
Код
[/code]
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;
procedure Button1Click(Sender: TObject);
end;
TInputVector1 = class(TObject)
end;
var
Form1: TForm1;
InputVector1:TInputvector1;
x1:real;
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;
procedure Button1Click(Sender: TObject);
end;
TInputVector1 = class(TObject)
end;
var
Form1: TForm1;
InputVector1:TInputvector1;
x1:real;
Не понимаю того,в чём разница,как обозначать переменную или как переменную класса или как var пар-р....