Description
-
Holds option name.
-
Property type
-
A String value.
Syntax
-
object.OptionName[index] [= value]
The OptionName 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 value representing option's name.
This data should be shown to the user. Once user selects the option,
you should not return this data to the server - you should rather
return data contained in
OptionValue
property.
|