Skip to main content

TdxCustomCheckGroupBoxCheckBox.Visible Property

Specifies the visibility of the check box within the caption area of a checkable group box editor (the TdxCheckGroupBox or TdxDBCheckGroupBox component).

Declaration

property Visible: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Setting this property to True displays the check box next to the editor’s caption. Otherwise, the check box is hidden. In this instance, the check box’s checked state can only be switched programmatically.

The default value of the Visible property is True.

See Also