TTMSFNCCalendarNavigationMode Enumeration
Controls how user input navigates the calendar — by month, by year, to the focused date, or with a custom event handler.
API unit family: TMSFNCCalendar
Members
| Name | Description |
|---|---|
nmMonth |
Clicking an arrow advances or retreats the calendar by one month. |
nmYear |
Clicking an arrow advances or retreats the calendar by one year. |
nmFocusedDate |
Clicking an arrow moves the focused date by one month, keeping it visible. |
nmCustom |
Navigation is handled entirely by the application via the OnNavigation event. |