FMX.ListView.Appearances.TTextButtonObjectAppearance

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

TTextButtonObjectAppearance = class(TCustomTextButtonObjectAppearance)

C++

class PASCALIMPLEMENTATION TTextButtonObjectAppearance : public TCustomTextButtonObjectAppearance

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances FMX.ListView.Appearances


Beschreibung

Objekterscheinungsbild, das das Erscheinungsbild einer Text-Schaltfläche eines Listenansichtseintrags repräsentiert.

Unter Verwenden einer Unterklasse von TCommonObjectAppearance ist die Verwendung der Kernfunktionen von TTextButtonObjectAppearance beschrieben.

Zusätzlich zu den Kernfunktionen stellt TTextButtonObjectAppearance die folgenden Eigenschaften zum Anpassen des Objekterscheinungsbildes bereit:

Eigenschaft TTextButtonObjectAppearance Zugehörige Eigenschaft TListItemTextButton
ButtonType ButtonType
Enabled Enabled
Font Font
PressedTextColor PressedTextColor
Text Text
TextAlign TextAlign
TextColor TextColor
TextShadowColor TextShadowColor
TextVertAlign TextVertAlign
TintColor TintColor
Trimming Trimming
WordWrap WordWrap

Siehe auch