[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TCustomTaskDialog.RadioButton

The radio button selected in the Task dialog.

Declaration

Source position: dialogs.pp line 660

public property TCustomTaskDialog.RadioButton : TTaskDialogRadioButtonItem
  read FRadioButton;

Description

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.

See also

TCustomTaskDialog.RadioButtons

  

Collection with the optional radio buttons defined for the Task dialog.

TCustomTaskDialog.Execute

  

Displays the dialog and captures the modal result value.

TCustomTaskDialog.DoExecute

  

Performs actions to convert values in the class, and execute the dialog using the wrapper in the LCLTaskDialog unit.

TTaskDialogRadioButtonItem

  

Implements a radio button displayed on a Task dialog.