wodTelnetDLX ActiveX Control - State Property
      
 

Description

Holds current state information.


Property type

A StatesEnum enumeration.  


Syntax

object.State



The State Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodTelnetDLX.

Remarks

State property holds current connection state between wodTelnetDLX component and remote server. For each change of this state, StateChange event is fired. List of all possible states can be found here.

To get string expression that represents any state (not only one held in State property) you can use StateText property.