Back to product page

Value property


Holds variable value.

Type

Variant

Syntax

  • Basic
object.Value [= value]
The Value(object,value) syntax has these parts:
objectAn expression evaluating to an object of type XMPPVar
valueA 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.

Platforms

Windows