Difference between revisions of "CalendarView.RemoveEvent"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (94 revisions imported)
 
(32 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
| ownertype=class
 
| ownertype=class
 
| scope=public
 
| scope=public
| parameters=cEvent As [[CalendarEvent]], RemoveFromDB As Boolean = True
+
| parameters=cEvent As CalendarEvent, RemoveFromDB As Boolean = True
 
| returntype=
 
| returntype=
| version=1.1.0
+
| version=1.4.1
 
| platform=all
 
| platform=all
 
}}
 
}}
Line 13: Line 13:
  
 
Removes the passed [[CalendarEvent]] from the CalendarView
 
Removes the passed [[CalendarEvent]] from the CalendarView
If'' RemoveFromDB'' is True, next time[[CalendarView.ExportToDB|ExportToDB]]is called, all removed events will also be removed from the Database
+
If'' RemoveFromDB'' is True, next time [[CalendarView.ExportToDB|ExportToDB]] is called, all removed events will also be removed from the Database

Latest revision as of 14:21, 6 August 2015

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