TdxWebServiceCalendar.ReadOnly Field
In This Article
Stores the calendar’s read-only mode flag.
#Declaration
Delphi
ReadOnly: Boolean
#Field Value
Type |
---|
Boolean |
#Remarks
You can use this field to identify if the calendar is in read-only mode. To enable or disable this mode for a connected calendar, use the online event data provider‘s ReadOnly property instead.
The default ReadOnly field value is False.
See Also