FMX.ListView.Appearances.TTextButtonObjectAppearance
Delphi
TTextButtonObjectAppearance = class(TCustomTextButtonObjectAppearance)
C++
class PASCALIMPLEMENTATION TTextButtonObjectAppearance : public TCustomTextButtonObjectAppearance
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | FMX.ListView.Appearances |
Description
Object appearance that represents the appearance of a list view item text button.
Using a TCommonObjectAppearance Subclass describes how to use the core features of TTextButtonObjectAppearance.
In addition to the core features, TTextButtonObjectAppearance provides the following properties to customize the object appearance:
TTextButtonObjectAppearance Property | Corresponding TListItemTextButton Property |
---|---|
ButtonType | ButtonType |
Enabled | Enabled |
Font | Font |
PressedTextColor | PressedTextColor |
Text | Text |
TextAlign | TextAlign |
TextColor | TextColor |
TextShadowColor | TextShadowColor |
TextVertAlign | TextVertAlign |
TintColor | TintColor |
Trimming | Trimming |
WordWrap | WordWrap |