Back to product page

State property


Holds current state information.

Syntax

  • Basic
object.State
The State(object) syntax has these parts:
objectAn 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.

Platforms

Windows