FMX.DateTimeCtrls.TTimeEdit.FontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property FontColor = {default=-16777216};

Properties

Type Visibility Source Unit Parent
property public
FMX.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TTimeEdit

Description

Specifies the font color of the text in this TTextControl control.

FMX.DateTimeCtrls.TTimeEdit.FontColor inherits from FMX.Controls.TTextControl.FontColor. All content below this line refers to FMX.Controls.TTextControl.FontColor.

Specifies the font color of the text in this TTextControl control.

Use the FontColor property to read or change the font color of the text in this TTextControl control. The default value of the FontColor property is TAlphaColorRec.Black.

See Also