IScheduledTaskAlerts.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of removed event.

Description

The Remove method removes an event from the collection based on its index.

Comments

If the event is successfully deleted from the collection, the method returns True, otherwise False.

To search for an event in the collection by identifier, use the IScheduledTaskAlerts.FindById method.

Example

The property use is given in the example for IScheduledTaskAuditAlert.ClassId.

See also:

IScheduledTaskAlerts