FMX.Edit.TCustomEdit.FontColor
Delphi
property FontColor: TAlphaColor read GetFontColor write SetFontColor default TAlphaColorRec.Black;
C++
__property System::Uitypes::TAlphaColor FontColor = {read=GetFontColor, write=SetFontColor, default=-16777216};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FMX.Edit.pas FMX.Edit.hpp  | 
        FMX.Edit | TCustomEdit | 
Description
Specifies the color of the text in the edit control.