FMX.ListView.Types.TListItemText.SelectedTextColor

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property SelectedTextColor: TAlphaColor read FSelectedTextColor write SetSelectedTextColor;

C++

__property System::Uitypes::TAlphaColor SelectedTextColor = {read=FSelectedTextColor, write=SetSelectedTextColor, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemText


説明

選択されたテキストの色を示します。

関連項目