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

TCustomTaskDialog.RadioButtons

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

Declaration

Source position: dialogs.pp line 662

public property TCustomTaskDialog.RadioButtons : TTaskDialogButtons
  read FRadioButtons
  write SetRadioButtons;

Description

RadioButtons is a TTaskDialogButtons property with the collection of defined radio buttons for the Task dialog.

Radio buttons are displayed in the main content area for the Task dialog, below the values in Text and ExpandedText. Use of radio buttons is optional. They are displayed when items have been added to the collection. The TTaskDialogRadioButtonItem items in the collection are passed as an argument when the Execute method is called.

Use the RadioButton property to determine the radio button selected on the Task dialog.

See also

TCustomTaskDialog.Execute

  

Displays the dialog and captures the modal result value.

TCustomTaskDialog.RadioButton

  

The radio button selected in the Task dialog.

TCustomTaskDialog.Flags

  

Set of options enabled for the Task dialog.

TTaskDialogButtons

  

Collection type used to access and maintain buttons defined for a Task dialog.

TTaskDialogRadioButtonItem

  

Implements a radio button displayed on a Task dialog.

TTaskDialogFlags

  

Set type used to store values from the TTaskDialogFlag enumeration.

TTaskDialogFlag

  

Represents options that can be enabled for TTaskDialog.


Version 3.2 Generated 2024-02-25 Home