DeleteItem method: AssignedSection collection

Syntax

DeleteItem(SectionName)

Description

The DeleteItem method deletes the AssignedSection object identified by SectionName from the AssignedSections Collection.

This method is not executed automatically. It is executed only when the parent object is saved.

Parameters

Parameter Description

SectionName

Specify the name of an AssignedSection existing in the AssignedSections collection.

Returns

A Boolean value: True if the AssignedSection was deleted, False otherwise.

Example

Local boolean &ret = &sectionCollection.DeleteItem("SECTIONA");