Vcl.DBCtrls.TDBRadioGroup.DataField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataField: string read GetDataField write SetDataField;

C++

__property System::UnicodeString DataField = {read=GetDataField, write=SetDataField};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBRadioGroup

Description

Specifies the field from which the radio group displays data.

Use DataField to specify the name of the database field that the radio group represents.



DBRadioGroup1.DataField := 'PaymentMethod';



DBRadioGroup1->DataField = "PaymentMethod";



See Also