Vcl.Dialogs.TTaskDlgTimerEvent

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

説明

タスクダイアログのタイマーのイベント。

OnTimer は,タスクダイアログのタイマーイベントです。