FMX.Calendar
Defines presented controls for displaying month calendars.
MM_
prefixed constants define IDs of messages that are sent by the TCalendarModel model of the TCalendar control to the TStyledCalendar presentation when values of the model data DateTime, FirstDayOfWeek, TodayDefault, WeekNumbers are changed.
Package | fmx280.bpl |
---|
Units
FMX.Calendar | Defines presented controls for displaying month calendars. |
FMX.Calendar.Style |
Classes
TCalendar | TCalendar is a basic control for displaying a month calendar. |
TCalendarModel | |
TCustomCalendar | TCustomCalendar is the base class for controls that display a month calendar. |
Constants
MM_CALENDAR_USER | MM_CALENDAR_USER: Integer = $1704; |
MM_DATE_CHANGED | MM_DATE_CHANGED: Integer = $1701; |
MM_FIRSTDAYOFWEEK_CHANGED | MM_FIRSTDAYOFWEEK_CHANGED: Integer = $1703; |
MM_WEEKNUMBERS_CHANGED | MM_WEEKNUMBERS_CHANGED: Integer = $1702; |