Back to Devexpress

TcxDBRadioGroup Class

vcl-cxdbedit-4246431b.md

latest2.4 KB
Original Source

TcxDBRadioGroup Class

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

Declaration

delphi
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.

Inheritance

Show 15 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomGroupBox TcxCustomButtonGroup TcxCustomRadioGroup TcxDBRadioGroup

See Also

TcxRadioGroup

Integrated Touch Gesture Support

TcxDBRadioGroup Members

cxDBEdit Unit