Description
-
Holds variables collection type.
Property type
-
A
VariableTypesEnum enumeration.
Syntax
-
object.Type = value
The Type Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPVars. |
-
Settings
-
The settings for value are:
 |
VarForm |
1000 |
Collection of
variables is a form. |
 |
VarReport |
1001 |
Collection of a
variables is a report. |
-
- Remarks
-
Type property returns specific type of the collection, as
provided by the server. Usually, when it is of
VarForm type, you can show it to the user using
Show method, so he can
fill it up with needed details, which you can then reuse for
subsequent calls. When it is of VarReport
type, it usually means items in the collection contain
SubValues, since
tabular data are returned from the server.
|