Form-StartTimer

Имя функции dcl-Form-StartTimer
Синтаксис   (dcl-Form-StartTimer <CONTROL> {Milliseconds [типа Long]})
Возвращаемый тип Boolean (T - успешно; иначе NIL)
Подходит к 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.