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 |
This method starts a timer. After the specified number of milliseconds have elapsed, the timer will wait for the dialog to reach an idle state, then fire the Form-OnTimer event. If Milliseconds is less than zero or not specified, an existing timer is cancelled. The timer is cancelled when the form closes.