Attempts to restart a terminated conversation with a DDE server application.

Syntax

<oRef>.reconnect( )

<oRef>

A reference to the DDELink object that had the link.

Property of

DDELink

Description

Use reconnect( ) to restore a DDE link that was terminated with the terminate( ) method. It returns true if successful; false if not.

When you terminate a DDE link with terminate( ), you can restore it with reconnect( ). When you terminate a link with the release( ) method, however, the link can't be restored and must be recreated with another DDELink object.