SubValue Property
      
 

Description

Holds value of subitem.

 

Property type

A String value.  


Syntax

object.SubValue[index] [= value]



The SubValue Property syntax has these parts:

Part Description
object An expression evaluating to an object of type XMPPVar.
index An Integer value. Index of the subvalue, from 0 up to SubCount-1
value A String value.

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 read in SubCount property (zero indexed property).