Vcl.Samples.Calendar.TCalendar.Day

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Day: Integer index 3  read GetDateElement write SetDateElement stored False;

C++

__property int Day = {read=GetDateElement, write=SetDateElement, stored=false, index=3, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar TCalendar

Description

Specifies the day that the calendar control will highlight.

Set the Day property to specify which day the calendar control will highlight.

Day is a number from 1 through 31. Trying to specify a number lower than 1 or greater than 31 will result in the calendar keeping the currently highlighted day.

See Also

Code Examples