FMX.ListView.Appearances.TTextButtonObjectAppearance

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Appearances.TCustomTextButtonObjectAppearanceFMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceTTextButtonObjectAppearance

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

See Also