FMX.StdCtrls.TRadioButton.WordWrap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WordWrap: Boolean read GetWordWrap write SetWordWrap default 0;

C++

__property WordWrap = {default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TRadioButton

Description

Specifies whether to wrap the text inside the control when the text length exceeds the text area width.

FMX.StdCtrls.TRadioButton.WordWrap inherits from FMX.StdCtrls.TPresentedTextControl.WordWrap. All content below this line refers to FMX.StdCtrls.TPresentedTextControl.WordWrap.

Specifies whether to wrap the text inside the control when the text length exceeds the text area width.

See Also