本文整理自网络,侵删。
procedure TForm1.Button1Click(Sender: TObject);begin Label1.Caption := inttostr(strtoint(Label1.Caption) + 1);end;
procedure TForm1.Button2Click(Sender: TObject);begin Label1.Caption := inttostr(strtoint(Label1.Caption) - 1);end;
相关阅读 >>
手动创建和部署一个classes.dex 查看更多关于 classes.dex 的文章 文件
Delphi application.restore不起作用了,该如何处理
更多相关阅读请进入《Delphi》频道 >>