FMX.Calendar

From RAD Studio API Documentation
Jump to: navigation, search

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.CalendarDefines presented controls for displaying month calendars.
FMX.Calendar.Style


Classes

TCalendarTCalendar is a basic control for displaying a month calendar.
TCalendarModel
TCustomCalendarTCustomCalendar is the base class for controls that display a month calendar.

Constants

MM_CALENDAR_USERMM_CALENDAR_USER: Integer = $1704;
MM_DATE_CHANGEDMM_DATE_CHANGED: Integer = $1701;
MM_FIRSTDAYOFWEEK_CHANGEDMM_FIRSTDAYOFWEEK_CHANGED: Integer = $1703;
MM_WEEKNUMBERS_CHANGEDMM_WEEKNUMBERS_CHANGED: Integer = $1702;