FMX.StdCtrls.TPresentedTextControl.WordWrap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WordWrap: Boolean read GetWordWrap write SetWordWrap default False;

C++

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

Properties

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

Description

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

See Also