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