Código Delphi [-]procedure TForm1.Button1Click(Sender: TObject); begin Edit1.Text:=IntToStr(StrToInt(Edit1.Text) + 1); end;
procedure TForm1.Button1Click(Sender: TObject); begin Edit1.Text:=IntToStr(StrToInt(Edit1.Text) + 1); end;