Description
-
Holds option value.
-
Property type
-
A String value.
Syntax
-
object.OptionValue[index] [= value]
The OptionValue Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPVar. |
| index |
An Integer value. Index of the option, from 0 up
to OptionCount-1 |
| value |
A String value. |
Remarks
-
This property will hold string data representing option value. It
may be different than OptionName, and you should use this value to
set to Value property.
|