Difference between revisions of "CalendarView.RemoveEvent"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (1 revision) |
||
Line 6: | Line 6: | ||
| parameters=cEvent As CalendarEvent, RemoveFromDB As Boolean = True | | parameters=cEvent As CalendarEvent, RemoveFromDB As Boolean = True | ||
| returntype= | | returntype= | ||
+ | | version=1.1.0 | ||
| platform=all | | platform=all | ||
}} | }} | ||
Line 12: | Line 13: | ||
Removes the passed CalendarEvent from the CalendarView | Removes the passed CalendarEvent from the CalendarView | ||
− | If RemoveFromDB is True, next time ExportToDB is called, all removed events will also be removed from the Database | + | If''' RemoveFromDB''' is True, next time ExportToDB is called, all removed events will also be removed from the Database |
Revision as of 16:32, 2 May 2012
Method
CalendarView.RemoveEvent ( cEvent As CalendarEvent, RemoveFromDB As Boolean = True )
Removes the passed CalendarEvent from the CalendarView If RemoveFromDB is True, next time ExportToDB is called, all removed events will also be removed from the Database