| Function Name | dcl-Form-StartTimer |
|---|---|
| Syntax |
(dcl-Form-StartTimer <CONTROL>
{Milliseconds [as Long]})
|
| Return Type | Boolean (T if successful; otherwise NIL) |
| Applies To | All Forms |
此方法启动计时器。 在指定的毫秒数过去后,定时器将等待对话框达到空闲状态,然后触发Form-OnTimer事件。 如果Milliseconds小于零或未指定,则取消现有计时器。 当表单关闭时,定时器被取消。