Back to product page

Disconnected method


Called when wodFtpDLX disconnects from server.

Type

None

Syntax

  • Basic
object.Disconnected Owner
The Disconnected(object,Owner) syntax has these parts:
objectAn expression evaluating to an object of type IwodFtpNotify.
OwnerRequired. A wodFtpDLXCom object.

Remarks

This method is called only if you implemented IwodFtpNotify interface in your application, and wodFtpDLX.Notification property has received reference to instance of your implementation.

After this notification method is called, you are free to set up wodFtpDLX properties again and issue Connect again.

Platforms

Windows