RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryRadioGroup.Text Property

Specifies the initial value of the radio group.

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

Use Text to initialize the value that appears in the generated radio group. This should be one of the values listed in the Items property or in the field referenced by the ItemsField property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!