FMX.ListView.Types.TListItemText.TextColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property TextColor: TAlphaColor read FTextColor write SetTextColor;

C++

__property System::Uitypes::TAlphaColor TextColor = {read=FTextColor, write=SetTextColor, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemText


Beschreibung

Legt die Textfarbe des Elements TListView fest.


Siehe auch