Back to product page

Type property


Holds variables collection type.

Type

VariableTypesEnum enumeration

Syntax

  • Basic
object.Type [= value]
The Type(object,value) syntax has these parts:
objectAn expression evaluating to an object of type XMPPVars
valueVariableTypesEnum enumeration

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.

Platforms

Windows