本文整理自网络,侵删。
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;
相关阅读 >>
Delphi setwindowshookex - 设置钩子 unhookwindowshookex - 卸掉钩子
print documents from Delphi - print pdf, doc, xls, html, rtf, docx, txt
更多相关阅读请进入《Delphi》频道 >>