RemoveItem - method of the PmForm object
Description:
Removes Pmf object, i.e. removes existing form item.
Syntax:
Empty RemoveItem(String sId)
Parameters:
| sId | (String) Pmf object identifier. The value was entered in the sId parameter when creating the object by the PmForm.CreateItem method. |
|---|
Example1:
JavaScriptSelect and copy to clipboard
oForm.RemoveItem("sId");