RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TTaskDlgTimerEvent Type

Event for the Task Dialog timer.

Pascal
TTaskDlgTimerEvent = procedure (Sender: TObject; TickCount: Cardinal; var Reset: Boolean) of object;
C++
(Sender: TObject; TickCount: Cardinal; var Reset: Boolean) ( TTaskDlgTimerEvent)();

Dialogs

OnTimer is the timer event for a Task Dialog. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!