TTMSFNCCloudGoogleCalendarReminders Class
Collection of TTMSFNCCloudGoogleCalendarReminder objects defining the reminders of a single calendar event.
API unit family: TMSFNCCloudGoogleCalendar
Inherits from: TCollection
Syntax
TTMSFNCCloudGoogleCalendarReminders = class(TCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the reminders in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Creates a new reminder, appends it to the collection and returns it. |
| GetOwner | Returns the persistent object that owns this collection. |
| Insert | Creates a new reminder and inserts it at the given position. |