wodFtpDLX ActiveX Control - State Property
      
 

Description

Holds current state information.


Property type

A StatesEnum enumeration.  Represents current state.


Syntax

object.State



The State Property syntax has these parts:

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

Remarks

State property holds current connection state between wodFtpDLX component and remote server. For each change of this state, StateChange event is fired.

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