Vcl.DBCtrls.TDBRadioGroup.Field

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Field: TField read GetField;

C++

__property Data::Db::TField* Field = {read=GetField};

Properties

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

Description

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

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



DBRadioGroup1.Field.AsString := 'Yes';



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



See Also