FMX.ListView.Types.TListItemTextButton.WordWrap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WordWrap: Boolean read GetWordWrap write SetWordWrap;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemTextButton

Description

Indicates whether the text that does not fit into the button area is wrapped.

If True, the text is wrapped.

See Also