@@ -4565,6 +4565,38 @@ when a new value is assigned to the ItemIndex property.
+Notification is an overridden method in +TCustomRadioGroup. It calls the inherited method on entry to handle +notifications for pop-up menus, actions, or control references in AnchorSides. +In TCustomRadioGroup, it maintains the internal list of TRadioButton instances +when a radio button is removed from the control. +
+-Calls UpdateItems to refresh the checkboxes displayed for the -grouped edit control. +Calls the private UpdateItems method to refresh the check boxes +displayed for the grouped edit control.
+Notification is an overridden method in +TCustomCheckGroup. It calls the inherited method on entry to handle +notifications for pop-up menus, actions, or control references in AnchorSides. +In TCustomCheckGroup, it maintains the internal list of TCheckBox instances +when a check box is removed from the control. +
+GetControlInfo is called from the InsertControl method when the specified control is positioned, aligned, and added to the internal -TCrtlBands container for the control bar. GetControlInfo signals the +TCtrlBands container for the control bar. GetControlInfo signals the OnBandInfo event handler (when assigned) to store information about the -bounds rectangle, width, and number of rows needed for the control / band. +bounds rectangle, width, and number of rows needed for the control / band. Values are returned in the Insets, PreferredSize, and RowCount variable arguments.