XMPPVar Object
    
 
Description

XMPPVar Class


Remarks

XMPPVar class provides you with object for describing Items stored into XMPPVars collection. You can store any kind of information that you find usefull there. Those informations can be retrieved at any time.


Members
Properties
Description Read-write property Holds variable description.
LongValue Read-only property Holds Variable's Long value.
Name Read-write property Returns variable Name.
OptionCount Read-only property Returns total number of options.
OptionName Read-write property Holds option name.
OptionSelected Read-write property Determines if option is selected.
OptionValue Read-write property Holds option value.
StrValue Read-only property Holds Variable's string value.
SubCount Read-only property Holds number of subitems.
SubValue Read-write property Holds value of subitem.
Type Read-write property Returns variable type.
Value Read-write property Holds variable value.