wodHttpDLX ActiveX Control - State Property
      
 

Description

Current state of wodHttpDLX component.


Property type

A HttpStates enumeration.  


Syntax

object.State



The State Property syntax has these parts:

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

Remarks

This property may take on many values while executing commands. Depending on this value, the user is able to monitor the current action that wodHttpDLX is performing. Usually new commands are executed only when wodHttpDLX is in state 'StateConnected', because wodHttpDLX in that state is waiting for commands. All other states inform the user that wodHttpDLX is busy at that particular moment.

Each time state changes, StateChange event is fired.

List of all states can be found here.