FMX.ListView.Types.TListItemText.WordWrap
Delphi
property WordWrap: Boolean read FWordWrap write SetWordWrap;
C++
__property bool WordWrap = {read=FWordWrap, write=SetWordWrap, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FMX.ListView.Types.pas FMX.ListView.Types.hpp | FMX.ListView.Types | TListItemText | 
Description
Indicates whether the text that does not fit into the list item area is wrapped. 
If True, the text is wrapped.