CalendarEvent.Editable

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 14:20, 6 August 2015 by Admin (Talk | contribs) (12 revisions imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.