FMX.EditBox.TCustomEditBox.FontColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property FontColor: TAlphaColor read GetFontColor write SetFontColor default -16777216;

C++

__property FontColor = {default=-16777216};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TCustomEditBox

Beschreibung

Gibt die Farbe des Textes im Eingabesteuerelement an.

FMX.EditBox.TCustomEditBox.FontColor erbt von FMX.Edit.TCustomEdit.FontColor. Der folgende Inhalt bezieht sich auf FMX.Edit.TCustomEdit.FontColor.

Gibt die Farbe des Textes im Eingabesteuerelement an.

Siehe auch