[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The radio button selected on the Task dialog.
Source position: dialogs.pp line 821
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 in the Execute method, and contains an entry from the RadioButtons collection or Nil if a radio button was not selected or available.
Use the Default property in one of the RadioButtons to indicate the selected radio button control when the Execute method is called.
Include tfNoDefaultRadioButton in the Flags property to disable automatic selection of a default radio button on the dialog form.
|
Collection with the optional radio buttons defined for the Task dialog. |
|
|
Displays the task dialog and captures the modal result value. |
|
|
Set of options enabled for the Task dialog. |
|
|
Performs actions to configure and execute the dialog. |
|
|
Implements a radio button displayed on a Task dialog. |
Version 4.0 | Generated 2025-05-03 | Home |