Signals the OnTimer event handler (when assigned) using the specified parameter values.
Source position: dialogs.pp line 798
protected procedure TCustomTaskDialog.DoOnTimer( |
TickCount: Cardinal; |
var Reset: Boolean |
); dynamic; |
TickCount |
|
Elapsed number of milliseconds since the timer was started. |
Reset |
|
Set to True to reset (cancel) the timer for the task dialog. False allows the timer to continue executing. |
Added in LCL version 4.0.
| Version 4.6 | Generated 2026-02-20 | Home |