[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Signals the OnTimer event handler (when assigned) using the specified parameter values.
Source position: dialogs.pp line 783
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.0 | Generated 2025-05-03 | Home |