Vcl.DBCtrls.TDBRadioGroup.ReadOnly
Delphi
property ReadOnly: Boolean read GetReadOnly write SetReadOnly default False;
C++
__property bool ReadOnly = {read=GetReadOnly, write=SetReadOnly, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.DBCtrls.pas Vcl.DBCtrls.hpp |
Vcl.DBCtrls | TDBRadioGroup |
Description
Determines whether the user can select a different radio button in the group, and hence modify the data in the field.
If ReadOnly is true, the radio group displays data from the current record, but cannot be used to change the contents of the field. The default is false.