API:FMX.ListView.Appearances.TTextButtonObjectAppearance.TextColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property TextColor: TAlphaColor read FTextColor write SetTextColor stored IsTextColorStored;

C++

__property TextColor = {stored=IsTextColorStored};

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 nicht-gedrückten Zustand.

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

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

Siehe auch