Please enable JavaScript to view this site.

ESL Documentation

Action Statement

Remove an item from a region or class of regions.

delete item {ITEM_NAME [from AB_NAME]|ITEM_CLASS_NAME}

in {REGION_NAME|REG_CLASS_NAME}

ITEM_NAME

The identifier for a pulldown, button, choice, or separator.

from AB_NAME

The identifier for an action bar template. You must specify the action bar name if more than one template contains an item of the given name. You cannot specify the action bar name if the item was defined outside of an action bar template.

ITEM_CLASS_NAME

The identifier for an item class containing a group of items to be deleted.

in REGION_NAME

The identifier for the region containing the item.

in REG_CLASS_NAME

The identifier for a class of regions.

Description

Only the items specified in region REGION_NAME are deleted. If you specify REG_CLASS_NAME, the specified items from the regions in the class are deleted.

Example

 

response to DeleteIt_PB

 delete item MoreInfo_MC from MainAction_AB in MainRegion_GR

 

response to item CreateKeys_MC

 delete item Option_MC in MainRegion_GR