Vcl.Dialogs.TTaskDlgClickEvent

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

Delphi

TTaskDlgClickEvent = procedure(Sender: TObject; ModalResult: TModalResult; var CanClose: Boolean) of object;

C++

typedef void __fastcall (__closure *TTaskDlgClickEvent)(System::TObject* Sender, System::Uitypes::TModalResult ModalResult, bool &CanClose);

プロパティ

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

説明

タスクダイアログでのボタンクリックのイベント。

OnButtonClicked は,タスクダイアログでのボタンクリックのイベントです。