OptionsCount - property of the PmgWCombo object
Description:
The number of options in the list.
Syntax:
Long OptionsCount
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
Set oCombo = pMe.Items("/WCombo")
Dim nOpt
nOpt = oCombo.OptionsCount