[Overview][Types][Classes][Procedures and functions][Index] |
Checks whether ItemIndex has been changed since the previous call to the method.
Source position: extctrls.pp line 761
protected procedure TCustomRadioGroup.CheckItemIndexChanged; virtual; |
No actions are performed in the method for the following conditions:
CheckItemIndexChanged calls UpdateRadioButtonStates to set the values in the Checked, TabStop, and TabOrder properties for the TRadioButton instances in the control. EditingDone is called to signal the OnEditingDone event handler (when assigned).
To maintain Delphi VCL compatibility, the OnClick event handler is signalled (when assigned) even when the change results from a direct assignment to ItemIndex. The more aptly named LCL event, OnSelectionChanged, is also signalled (when assigned).
CheckItemIndexChanged is called from the Clicked and Changed methods, and when a new value is assigned to the ItemIndex property.
Version 4.0 | Generated 2025-05-03 | Home |