Back to product page

SubValue property


Holds value of subitem.

Type

String

Syntax

  • Basic
object.SubValue (Index)
The SubValue(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type XMPPVar
IndexLong.

Remarks

This property will hold string data representing value of subitem. These values are populated when remote server presents tabular data - more than one "item" with their respective values. Typical scenario is results of the user search - more than one search "item" is returned, each of them containing its JID, Name, Address etc.. In such cases SubValue will contain actual value of the item (like a row in the table), and each XMPPVar object will contain heading of the item (like the column in the table).

Total number of "items" can be found in SubCount property (zero indexed property).

Platforms

Windows