OptionsCount - property of the PmgWCombo object
Description:
The number of options in the list.
Note:
Property access for
read only.
This property is also functional in Web panels.
Example2:
JavaScriptVBScriptSelect and copy to clipboard
var oCombo = pMe.Items("/WCombo");
var nOpt = oCombo.OptionsCount;
Dim oCombo, nOpt
Set oCombo = pMe.Items("/WCombo")
nOpt = oCombo.OptionsCount