Back to product page

State property


Holds current state information.

Type

A StatesEnum enumeration. Represents current state.

Syntax

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

Platforms

Windows