Vcl.DBCtrls.TDBRadioGroup.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: string read FValue write SetValue;

C++

__property System::UnicodeString Value = {read=FValue, write=SetValue};

Properties

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

Description

Holds the content of the linked field for the current record in the database.

Value holds the content of the linked field for the current record. If the user selects a different radio button, the Value property changes.