FMX.ListView.Types.TListItemTextButton.TintColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TintColor: TAlphaColor read FTintColor write SetTintColor;

C++

__property System::Uitypes::TAlphaColor TintColor = {read=FTintColor, write=SetTintColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemTextButton

Description

Allows you to apply a tint to TListView text buttons.

This property is a value of the TAlphaColor type. When set to TAlphaColorRec.Null (or $00000000), then the default button tint is used.

See Also