Skip to main content

TdxLayoutGroupCheckBoxButton.Checked Property

Specifies if the check box is checked.

Declaration

property Checked: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use this property to switch the check box’s state. The Checked property value is ignored if one of the following occurs:

The default value of the Checked property is True.

See Also