RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBRadioGroup.DataField Property

Specifies the field from which the radio group displays data.

Pascal
property DataField: WideString;
C++
__property BSTR DataField;

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

DBRadioGroup1.DataField := 'PaymentMethod';

 

DBRadioGroup1->DataField = "PaymentMethod";

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!