Цитата:
Сообщение от Blackster
procedure TForm1.button1Click(Sender: TObject);
begin
form2.show;
end;
|
Вот после отработки этого скрипта возникает такая ошибка [Error] Unit1.pas(37): Incompatible types: 'TForm2' and 'Class reference' и такая вот [Error] Unit1.pas(30): Unsatisfied forward or external declaration: 'TForm2.Button1Click'