/ Published in: Pascal
Expand |
Embed | Plain Text
procedure TForm1.Button1Click(Sender: TObject); begin Button1.Caption := Edit1.Text; Self.Caption := Button1.Caption end;
You need to login to post a comment.
procedure TForm1.Button1Click(Sender: TObject); begin Button1.Caption := Edit1.Text; Self.Caption := Button1.Caption end;
You need to login to post a comment.