Description
- These are variable types that can be used XMPPVar and XMPPVar
objects - which define how server provided certain values. You can
use it for ChatRoom properties,
or whenever server presents the data as a form - and these are
variables. For example, you can find it also in
ContactSearchDone event.
Members
-
 |
VarBoolean |
0 |
Boolean variable. |
 |
VarString |
1 |
String variable. |
 |
VarPassword |
2 |
Hidden string variable. |
 |
VarOptionSingle |
3 |
List of values, one can be
selected. |
 |
VarOptionMulti |
4 |
List of values, many can be
selected. |
 |
VarStringMulti |
5 |
Multiline string variable. |
 |
VarLabel |
97 |
Hidden variable. |
 |
VarHidden |
98 |
Hidden variable. |
 |
VarUnknown |
99 |
Unknown variable
type. |
 |
VarForm |
1000 |
Collection of
variables is a form. |
 |
VarReport |
1001 |
Collection of a
variables is a report. |
|