deleteItem

Deletes the specified item.

Syntax

Reference_Syntax.deleteItem( INTEGER param )

Parameters

param

A valid integer representing the zero-based index into the item.

Returns

True if the item was deleted and false if it was not deleted.

Applies to

Model

Object

Form Model

field

Version

XFA 2.5

JavaScript

ListBox1.deleteItem(ListBox1.selectedIndex);

FormCalc

ListBox1.deleteItem(ListBox1.selectedIndex)

// Ethnio survey code removed