Table of Contents

TTMSFNCCloudGoogleCalendarItems.Find Method

Finds an event by its collection index.

API unit family: TMSFNCCloudGoogleCalendar Declaring type: TTMSFNCCloudGoogleCalendarItems

Overloads

Overload 1

Finds an event by its collection index.

function Find(const ID: integer): TTMSFNCCloudGoogleCalendarItem; overload;

Parameters

Name Description
ID Zero-based collection index of the event.

Returns

The matching event, or nil when out of range.

Overload 2

Finds an event by its identifier.

function Find(const ID: string): TTMSFNCCloudGoogleCalendarItem; overload;

Parameters

Name Description
ID Identifier of the event to find.

Returns

The matching event, or nil when not found.