RemoveItems - method of the PmForm object
Description:
Removes items of the Pmf object.
Syntax:
Empty RemoveItems(String sFilterType, [String vFilterValue])
Parameters:
sFilterType | (String) the type of input filter of of the method.
"All" - all items
"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 value of filter of the method. |
---|
Example1:
JavaScriptSelect and copy to clipboard
oForm.RemoveItems("All");