StateText Property
      
 

Description

Provides string expression for some state.


Property type

A String value.  


Syntax

object.StateText([StateNum])



The StateText Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodXMPP.
StateNum Optional. A Variant value. Constant value that represents some state.

Remarks

StateText property will return text-description of a value given by State argument. For a list of possible values, look here.

If optional StateNum argument is not set, then StateText will return text description of current state.