Vcl.Dialogs.TTaskDialogCommonButton
Delphi
TTaskDialogCommonButton = (tcbOk, tcbYes, tcbNo, tcbCancel, tcbRetry, tcbClose);
C++
enum DECLSPEC_DENUM TTaskDialogCommonButton : unsigned char { tcbOk, tcbYes, tcbNo, tcbCancel, tcbRetry, tcbClose };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp | Vcl.Dialogs | Vcl.Dialogs | 
Description
Buttons for Task Dialogs.
The following predefined buttons can appear on Task Dialogs:
| Button | Description | 
|---|---|
| tcbOk | OK button | 
| tcbYes | Yes button | 
| tcbNo | No button | 
| tcbCancel | Cancel button | 
| tcbRetry | Retry button | 
| tcbClose | Close button |