Description
-
Returns total number of options.
-
Property type
-
An Integer value.
Syntax
-
object.OptionCount
The OptionCount Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPVar. |
| value |
An Integer value. |
Remarks
-
This property will return total number of available options for
the variable. You should choose one or more options, and select them
using
OptionSelected, or you should pick one value and write it to
Value property.
|