FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.PressedTextColor

From RAD Studio API Documentation
Jump to: navigation, search

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