Vcl.Dialogs.TTaskDlgClickEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Event for a button click in a Task Dialog.

OnButtonClicked is the event for a button click in a Task Dialog.

See Also