API:FMX.ListView.Appearances.TTextButtonObjectAppearance.PressedTextColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property PressedTextColor: TAlphaColor read FPressedTextColor write SetPressedTextColor stored IsPressedTextColorStored;

C++

__property PressedTextColor = {stored=IsPressedTextColorStored};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TTextButtonObjectAppearance

Beschreibung

Farbe des Textes des Erscheinungsbildes dieser Text-Schaltfläche im gedrückten Zustand.

FMX.ListView.Appearances.TTextButtonObjectAppearance.PressedTextColor erbt von FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.PressedTextColor. Der folgende Inhalt bezieht sich auf FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.PressedTextColor.

Farbe des Textes des Erscheinungsbildes dieser Text-Schaltfläche im gedrückten Zustand.

Siehe auch