Vcl.ComCtrls.TMonthCalColors.TextColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextColor: TColor index 1 read FTextColor write SetColor default clWindowText;

C++

__property System::Uitypes::TColor TextColor = {read=FTextColor, write=SetColor, index=1, default=-16777208};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TMonthCalColors

Description

The color of the font used for dates that fall within the displayed month.

TextColor determines the color of the numerals for dates that fall within the displayed month. To set the color of dates in the last week of the preceding month and the first week of the the next month, use TrailingTextColor.

See Also