FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.PressedTextColor
Delphi
property PressedTextColor: TAlphaColor read FPressedTextColor write SetPressedTextColor;
C++
__property System::Uitypes::TAlphaColor PressedTextColor = {read=FPressedTextColor, write=SetPressedTextColor, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp  | 
        FMX.ListView.Appearances | TCustomTextButtonObjectAppearance | 
Description
Color of the text of this text button appearance while the text button is pressed.
See Also
- FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.ButtonType
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Enabled
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Font
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Text
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextAlign
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextColor
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextShadowColor
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TextVertAlign
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.TintColor
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Trimming
 - FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.WordWrap