[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The radio button selected in the Task dialog.
Source position: dialogs.pp line 660
public property TCustomTaskDialog.RadioButton : TTaskDialogRadioButtonItem |
RadioButton is a read-only TTaskDialogRadioButtonItem property with the radio button selected when the Task dialog was executed. The property value is set when the Execute method calls the wrapper in LCLTaskDialog. It contains an entry from the RadioButtons collection that was passed as an argument to the TTaskDialog wrapper.
|
Collection with the optional radio buttons defined for the Task dialog. |
|
|
Displays the dialog and captures the modal result value. |
|
|
Performs actions to convert values in the class, and execute the dialog using the wrapper in the LCLTaskDialog unit. |
|
|
Implements a radio button displayed on a Task dialog. |