FMX.Edit.TCustomEdit.FontColor

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

Delphi

property FontColor: TAlphaColor read GetFontColor write SetFontColor default TAlphaColorRec.Black;

C++

__property System::Uitypes::TAlphaColor FontColor = {read=GetFontColor, write=SetFontColor, default=-16777216};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

説明

編集コントロールのテキスト色を示します。

関連項目