FMX.ListView.Appearances.TTextButtonObjectAppearance.PressedTextColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PressedTextColor stored IsPressedTextColorStored nodefault;

C++

__property PressedTextColor = {stored=IsPressedTextColorStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TTextButtonObjectAppearance

Description

Color of the text of this text button appearance while the text button is pressed.

FMX.ListView.Appearances.TTextButtonObjectAppearance.PressedTextColor inherits from FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.PressedTextColor. All content below this line refers to FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.PressedTextColor.

Color of the text of this text button appearance while the text button is pressed.

See Also