Vcl.ExtCtrls.TCustomRadioGroup.WordWrap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WordWrap: Boolean read FWordWrap write SetWordWrap default False;

C++

__property bool WordWrap = {read=FWordWrap, write=SetWordWrap, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomRadioGroup

Description

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