[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the current view for the Calendar.
Source position: calendar.pp line 122
public function TCustomCalendar.GetCalendarView: TCalendarView; |
Current view for the Calendar.
GetCalendarView is a TCalendarView function used to get the current view for the calendar control. It calls the GetCurrentView class function in the widgetset class instance when its handle has been allocated. It is used in components like TCalendarDialog and TCalendarPopupForm to determine the active view when a Return or Space key is handled.
|
Defines the view for a calendar. |
|
|
TCalendarDialog - a popup calendar dialog that allows a date to be selected and returned to the main program. |
|
|
Implements a non-modal pop-up form used to select a date from a TCalendar control. |
Version 4.0 | Generated 2025-05-03 | Home |