Vcl.WinXCalendars.TCustomCalendarPicker.HighlightToday

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HighlightToday: Boolean read GetHighlightToday write SetHighlightToday default True;

C++

__property bool HighlightToday = {read=GetHighlightToday, write=SetHighlightToday, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarPicker

Description

Specifies the color that is used to highlight the day that stands for today.

See Also