FMX.Edit.TCustomEdit.FontColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Beschreibung

Gibt die Farbe des Textes im Eingabesteuerelement an.

Siehe auch