Back to product page

XMPPVar Object


XMPPVar class provides you with object for describing Items stored into XMPPVars collection.


Properties
DescriptionHolds variable description.
LongValueReturns variable as numeric value.
NameHolds variable name.
OptionCountReturns total number of options.
OptionNameHolds option name.
OptionSelectedDetermines if option is selected.
OptionValueHolds option value.
StrValueReturns variable as string value.
SubCountHolds number of subitems.
SubValueHolds value of subitem.
TypeHolds variable type.
ValueHolds variable value.

Remarks

You can store any kind of information that you find useful there. This information can be retrieved at any time.

Platforms

Windows