RemoveItems - method of the PmForm object
Description:
Removes items of the Pmf object
Syntax:
Empty RemoveItems(String sFilterType, [String vFilterValue])
Parameters:
sFilterType | (String) Type of input filter of the method.
"All" - All Pmf objects
"IdBegin" - All Pmf objects that have names Id beginning with value defined in the vFilterValue parameter
"IdSub" - All Pmf objects that have names Id containing value defined in the vFilterValue parameter |
vFilterValue | [optional] (String) Entered filter value of the method. |
---|
Example1:
JavaScriptSelect and copy to clipboard
oForm.RemoveItems("All");