按钮在C ++ Builder 10.2中不起作用

时间:2018-11-19 16:59:20

标签: c++builder

我正在尝试使Button更改Label。当我运行项目并按按钮时,它什么也没做。 这是按钮的代码:

void __fastcall TForm1::Button1Click(TObject *Sender)

{
    Label1->Text =  "Hello" + Edit1->Text + " !";
}

这是我的观点: enter image description here

0 个答案:

没有答案