CalendarView
From Jeremie Leroy - XOJO Controls Wiki
Displays a Calendar in several formats (Year, Month, Week, Day, ...) that presents CalendarEvents.
This custom control based on a Canvas is similar to iCal on Mac OS and Google Calendar.
Events | |
CalendarEventFilter | NewEvent |
ConstructContextualMenu | Open |
DateSelected | ShowHelptag |
DoubleClick | ViewChange |
DragEvent | |
EditEvent |
Methods | ||
AddEvent | ImportFromDB | Scroll |
DateForXY | ImportICS | Search |
DeleteAllEvents | ImportICS | SetStyle |
ExportICS | PrintAdvanced | |
ExportToDB | PrintSimple | |
FocusOn | Redisplay | |
GetEvents | RemoveEvent |
Shared Methods |
Register |
Class Constants
Style
The following class constants are to be used to specify the Style to use with SetStyle function.
Class Constant | Description |
---|---|
StyleDefault | The default style. |
StyleICal | Macintosh iCal style. |
StyleGoogle | Google Calendar style. |
StyleDark | A dark style (black, grey and green). |
StyleOutlook2010 | Office Outlook 2010 style. |
StyleOutlook2013 | Office Outlook 2013 (beta) style. |
ViewType
The following class constants are to be used with the ViewType property.
Class Constant | Description |
---|---|
TypePicker | Displays a DatePicker. |
TypeYear | Displays a whole year. |
TypeMonth | Displays a Month calendar. |
TypeWeek | Displays a full week. |
TypeDay | Displays one day. |
TypeOther | Use the ViewDays property to set the amount of days to display. If ViewDays=5 days from Monday to Friday are displayed. |
History
Read on History page
See Also
Class.
External Links
Download page: http://www.jeremieleroy.com/products.php