Difference between revisions of "CalendarEvent.Editable"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (12 revisions imported)
 
(8 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
| readonly=no
 
| readonly=no
 
| newinversion=1.2.0
 
| newinversion=1.2.0
| version=1.2.0
+
| version=1.2.2
 
}}
 
}}
  
Line 14: Line 14:
 
If True, the event can be edited: dragged in the Calendar and [[CalendarEvent.Length|Length]] can be changed.
 
If True, the event can be edited: dragged in the Calendar and [[CalendarEvent.Length|Length]] can be changed.
 
When creating an event directly in the Calendar, [[CalendarEvent.Editable|Editable]] is true by default.
 
When creating an event directly in the Calendar, [[CalendarEvent.Editable|Editable]] is true by default.
When creating an event by code, [[CalendarEvent.Editable|Editable]] is false by default.
+
When creating an event by code, Editable is false by default.

Latest revision as of 14:20, 6 August 2015

Property (As Boolean)
aCalendarEvent.Editable = newValue
or
BooleanValue = aCalendarEvent.Editable


If True, the event can be edited: dragged in the Calendar and Length can be changed. When creating an event directly in the Calendar, Editable is true by default. When creating an event by code, Editable is false by default.