Difference between revisions of "CalendarView.RemoveEvent"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 8: Line 8:
 
| platform=all
 
| platform=all
 
}}
 
}}
 +
 +
 +
 +
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

Revision as of 00:09, 30 April 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