Disabled AdvGroupBox

Checkbox.Action applies to both enabling/disabling the groupbox via the checkbox but also programmatically via the Enabled property. By setting Checkbox.Action = caNone, you indeed make sure that controls in the groupbox are not set disabled when the groupbox is set disabled.