Vcl.ExtCtrls.TRadioGroup.WordWrap
Delphi
property WordWrap;
C++
__property WordWrap = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TRadioGroup |
Description
Specifies whether the text for the radio buttons wraps to fit the width of the radio group.
Vcl.ExtCtrls.TRadioGroup.WordWrap inherits from Vcl.ExtCtrls.TCustomRadioGroup.WordWrap. All content below this line refers to Vcl.ExtCtrls.TCustomRadioGroup.WordWrap.
Specifies whether the text for the radio buttons wraps to fit the width of the radio group.
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.
See Also
Code Examples