[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event Handler signalled when the Value for the control is changed.
Source position: dbctrls.pp line 634
published property TDBRadioGroup.OnChange : TNotifyEvent |
OnChange is a TNotifyEvent property which contains the event handler signalled when the Value for the control is changed. OnChange can be used in an application to perform actions needed after Value (and ItemIndex) has been updated, and the corresponding radio button has been set to the checked state.
OnChange is signalled from the Change method.
|
Signals the OnChange event handler when assigned. |
|
|
Ordinal position for the selected radio button in the group. |
|
|
The value for the selected radio button in the control. |
Version 4.0 | Generated 2025-05-03 | Home |