Vcl.Dialogs.TCustomTaskDialog.DoOnButtonClicked
Delphi
procedure DoOnButtonClicked(AModalResult: Integer; var CanClose: Boolean); dynamic;
C++
DYNAMIC void __fastcall DoOnButtonClicked(int AModalResult, bool &CanClose);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
class protected | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | TCustomTaskDialog |
Description
Performs the click function of the Task Dialog.
Use DoOnButtonClicked to perform the click action of the Task Dialog.