RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBRadioGroup.Field Property

Identifies the TField component to which the radio group is linked.

Pascal
property Field: TField;
C++
__property TField Field;

Field holds the TField object that the linked dataset component creates to access the database.

DBRadioGroup1.Field.AsString := 'Yes';

 

DBRadioGroup1->Field->AsString = "Yes";

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!