Vcl.Dialogs.TCustomTaskDialog.OnTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnTimer: TTaskDlgTimerEvent read FOnTimer write FOnTimer;

C++

__property TTaskDlgTimerEvent OnTimer = {read=FOnTimer, write=FOnTimer};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomTaskDialog

Description

Task dialog timer event.

OnTimer is the Task Dialog timer event.