Vcl.Dialogs.TCustomTaskDialog.DoOnVerificationClicked
Delphi
procedure DoOnVerificationClicked(Checked: Boolean); dynamic;
C++
DYNAMIC void __fastcall DoOnVerificationClicked(bool Checked);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | class protected | Vcl.Dialogs.pas Vcl.Dialogs.hpp | Vcl.Dialogs | TCustomTaskDialog | 
Description
Performs the verification check action of a Task Dialog.
Use DoOnVerificationClicked to perform the verification check action of a Task Dialog.