大匠之風
程式開發經驗分享
網頁
Node.js 新手指南:從基礎入門到製作 RESTful API 服務
Web Technical
About Me
2013/04/01
設定Double click間隔時間
procedure
TForm1.Button1Click(Sender: TObject);
begin
SetDoubleClickTime(1500);
end;
procedure
TForm1.Button2Click(Sender: TObject);
begin
ShowMessage(IntToStr(GetDoubleClickTime));
end;
資料來源:
Get/set the doubleclick time
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言