Vcl.Dialogs.TTaskDlgTimerEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Description

Evénement pour le timer d'un dialogue de tâche.

OnTimer est l'événement timer d'un dialogue de tâche.