[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled when a radio button on the dialog has been clicked.
Source position: dialogs.pp line 838
public property TCustomTaskDialog.OnRadioButtonClicked : TNotifyEvent |
OnRadioButtonClicked is a TNotifyEvent property with the event handler signalled when a radio button on the task dialog has been clicked. It is signalled (when assigned) from the DoOnRadioButtonClicked method, and occurs after the value in RadioButton has been updated to reflect the button identifier clicked on the dialog form.
For native implementations using the Task Dialog API (supported Windows versions), it occurs when the TDN_RADIO_BUTTON_CLICKED notification is handled in the callback routine for the class instance. For emulated task dialog forms, it occurs when the corresponding event handler implementation for the LCL form instance is called.
Added in LCL version 4.0.
|
Sets the active radio button and signals the OnRadioButtonClicked event handler (when assigned). |
|
|
Implements an emulated (non-native) task dialog form. |
Version 4.0 | Generated 2025-05-03 | Home |