[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the active radio button and signals the OnRadioButtonClicked event handler (when assigned).
Source position: dialogs.pp line 778
protected procedure TCustomTaskDialog.DoOnRadioButtonClicked( |
ButtonID: Integer |
); dynamic; |
ButtonID |
|
Index value for the radio button locates and signalled in the method. |
No actions are performed in the method if OnRadioButtonClicked has not been assigned.
Calls SetRadioButtonFromRadioIndex to set RadioButton to the control at the position specified in the ButtonID argument. RadioButton is set to Nil if ButtonID is not a valid position in RadioButtons.
DoOnRadioButtonClicked is called from the private OnRadioButtonClicked method in the TLCLTaskDialog class when an emulated task dialog is used for the platform.
Added in LCL version 4.0.
|
The radio button selected on the Task dialog. |
|
|
Collection with the optional radio buttons defined for the Task dialog. |
|
|
Makes the radio button with the specified identifier the active RadioButton on the task dialog. |
|
|
Event handler signalled when a radio button on the dialog has been clicked. |
|
|
Implements an emulated (non-native) task dialog form. |
Version 4.0 | Generated 2025-05-03 | Home |