Vcl.WinXCalendars.TCustomCalendarPicker.ShowDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowDayOfWeek: Boolean read GetShowDayOfWeek write SetShowDayOfWeek default True;

C++

__property bool ShowDayOfWeek = {read=GetShowDayOfWeek, write=SetShowDayOfWeek, default=1};

Properties

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

Description

Specifies a format of the line of weeks in the short format of the TCalendarView.

See Also