RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBRadioGroup.Value Property

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

Pascal
property Value: string;
C++
__property AnsiString Value;

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

 

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