Vcl.Dialogs.TTaskDlgClickEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

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 un clic de bouton dans un dialogue de tâche.

OnButtonClicked est l'événement pour un clic de bouton dans un dialogue de tâche.