Description
-
Holds variable value.
Property type
-
A Variant value.
Syntax
-
object.Value [= value]
The Value Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPVar. |
| value |
A Variant value. |
Remarks
-
Returns value of the variable as Variant type. Value is always
stored as String data (since it's received as such from the server).
-
-
Besides string data, you should also check for possible options (OptionCount)
for each variable (when server provides possible options that can be
put in Value property), and also for possible subitems (SubCount)
if server provided tabular (grid) data, when one variable holds more
than one item.
|