Skip to main content

TcxDBRadioGroup Class

Represents a data-aware version of the radio group control.

Declaration

TcxDBRadioGroup = class(
    TcxCustomRadioGroup
)

Remarks

The TcxDBRadioGroup object represents a data-aware version of the radio group control. It inherits all basic functionality from its ancestor – TcxCustomRadioGroup class.

The data-aware functionality is encapsulated within the DataBinding property. It allows you to specify the DataSource and the DataField to which an editor is bound. The values of the data field specified by the DataBinding.DataField property must correspond to the Value property value of the radio buttons included into a group. If the bound field’s value matches a value of a radio button within the group, this item appears selected. If the field value doesn’t match any of item values, none of buttons in the radio group are selected.

See Also