FMX.ListView.Appearances.TTextButtonObjectAppearance.WordWrap
Delphi
property WordWrap stored IsWordWrapStored nodefault;
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
- FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.ButtonType
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Enabled
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Font
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.PressedTextColor
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Text
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextAlign
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextColor
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextShadowColor
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextVertAlign
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TintColor
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Trimming