TdxCheckGroupBoxCheckBoxAction Enum
In This Article
Enumerates the check box’s behavior types.
#Declaration
Delphi
TdxCheckGroupBoxCheckBoxAction = (
cbaNone,
cbaToggleChildrenEnabledState
);
#Members
Name |
---|
cba
|
cba
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
cba |
A click on the check box does not affect the child controls’ availability. | ![]() |
cba |
A click on the check box switches child controls between enabled and disabled states. | ![]() |
The following properties reference the TdxCheckGroupBoxCheckBoxAction type:
The CheckBox.CheckAction property in a checkable group box editor.
The ButtonOptions.CheckBox.CheckAction property in a layout group.
See Also