FMX.Memo.TCustomMemo.FontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FontColor: TAlphaColor read GetFontColor write SetFontColor;

C++

__property System::Uitypes::TAlphaColor FontColor = {read=GetFontColor, write=SetFontColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo

Description

Specifies the font color of the text in this memo.

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

See Also