Vcl.Dialogs.TTaskDlgTimerEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TTaskDlgTimerEvent)(System::TObject* Sender, unsigned TickCount, bool &Reset);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Dialogs.hpp Vcl.Dialogs Vcl.Dialogs

Description

Event for the Task Dialog timer.

OnTimer is the timer event for a Task Dialog.

See Also