FMX.ListView.Appearances.TTextButtonObjectAppearance.WordWrap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WordWrap: Boolean read FWordWrap write SetWordWrap stored IsWordWrapStored;

C++

__property WordWrap = {stored=IsWordWrapStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TTextButtonObjectAppearance

Description

Determines whether the text of this text button appearance uses word wrapping (True) or not (False).

FMX.ListView.Appearances.TTextButtonObjectAppearance.WordWrap inherits from FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.WordWrap. All content below this line refers to FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.WordWrap.

Determines whether the text of this text button appearance uses word wrapping (True) or not (False).

See Also