RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBRadioGroup.ReadOnly Property

Determines whether the user can select a different radio button in the group, and hence modify the data in the field.

Pascal
property ReadOnly: Boolean;
C++
__property Boolean ReadOnly;

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. 

 

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