RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRadioGroup.WordWrap Property

Specifies whether the text for the radio buttons wraps to fit the width of the radio group.

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

Set WordWrap to True to allow the display of multiple lines of text next to each radio button in the radio group. When WordWrap is True, text that is too wide for the radio group wraps at the right margin.  

Set WordWrap to False to limit the text to a single line. When WordWrap is False, text that is too wide for the radio group appears truncated. 

 

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