如何给一个buttonEdit设置快捷键呢我想在buttonEdit里面输入内容后,按Enter键就可以调用某个操作,我知道按钮有一个default的属性,但是这个buttonEdit没有[解决办法]OnKeyDown事件:if Key = 13 then//回车 //do something