首页 > 学院 > 开发设计 > 正文

[Tips]设置双击时间

2019-11-18 18:15:48
字体:
来源:转载
供稿:网友

// Set example:
PRocedure TForm1.Button1Click(Sender: TObject);
begin 
  // will reset after system start
  
SetDoubleClickTime(1500);
end;

// Get example:
procedure TForm1.Button2Click(Sender: TObject);
begin
  
ShowMessage(IntToStr(GetDoubleClickTime));
end;

整理:lzcx

 


上一篇:性能vs结构

下一篇:[TButton]运行时动态创建和删除按钮

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
学习交流
热门图片

新闻热点

疑难解答

图片精选

网友关注