Skip to main content

TdxCustomCheckGroupBoxCheckBox.CheckAction Property

Manages the check box’s behavior in a checkable group box editor.

Declaration

property CheckAction: TdxCheckGroupBoxCheckBoxAction read; write; default cbaToggleChildrenEnabledState;

Property Value

Type Default
TdxCheckGroupBoxCheckBoxAction cbaToggleChildrenEnabledState

Remarks

This property allows you to specify if a change in the check box’s state affects an editor’s child controls availability.

To implement a custom response to the check box’s state change, specify cbaNone as the property value and handle the editor’s Properties.OnChange and Properties.OnEditValueChanged events.

Refer to the TdxCheckGroupBoxCheckBoxAction type description for details.

The default value of the CheckAction property is cbaToggleChildrenEnabledState.

See Also