FMX.ListView.Appearances.TTextButtonObjectAppearance.WordWrap
Delphi
property WordWrap: Boolean read FWordWrap write SetWordWrap stored IsWordWrapStored;
C++
__property WordWrap = {stored=IsWordWrapStored};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| property | published | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp | FMX.ListView.Appearances | TTextButtonObjectAppearance | 
Beschreibung
Legt fest, ob für den Text des Erscheinungsbildes dieser Text-Schaltfläche Zeilenumbrüche verwendet werden (True) oder nicht (False).
FMX.ListView.Appearances.TTextButtonObjectAppearance.WordWrap erbt von FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.WordWrap. Der folgende Inhalt bezieht sich auf FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.WordWrap.
Legt fest, ob für den Text des Erscheinungsbildes dieser Text-Schaltfläche Zeilenumbrüche verwendet werden (True) oder nicht (False).
Siehe auch
- 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