RemoveOptions - method of the PmgWCombo object
Description:
Clearing the list.
Syntax:
Empty RemoveOptions()
Example1:
JavaScriptVBScriptSelect and copy to clipboard
var oCombo = pMe.Items("/WCombo");
oCombo.RemoveOptions();
Dim oCombo
Set oCombo = pMe.Items("/WCombo")
oCombo.RemoveOptions