FMX.CalendarEdit

From RAD Studio API Documentation
Jump to: navigation, search


Package fmx240.bpl

Units

FMX.CalendarEdit
FMX.CalendarEdit.Style


Classes

TCalendarEdit (deprecated)Represents a single-line editable text box containing a date specified by a drop-down TCalendar control.
TCalendarEditModel
TCustomCalendarEditTCustomCalendarEdit represents the base class for the TCalendarEdit component.

Constants

MM_DATE_CHANGEDMM_DATE_CHANGED: Integer = $171F;
MM_DATETIME_CHANGEDMM_DATETIME_CHANGED: Integer = $1722;
MM_FIRST_DAY_OF_WEEK_CHANGEDMM_FIRST_DAY_OF_WEEK_CHANGED: Integer = $1721;
MM_WEEK_NUMBERS_CHANGEDMM_WEEK_NUMBERS_CHANGED: Integer = $1720;
PM_CLOSEPICKERPM_CLOSEPICKER: Integer = $1009;