Establishes a DDE connection between the current program and the recipient according to a given topic.
// Open a DDE connection
ConnectionNum = DDEConnect(ServerName, "MyTopic")
Syntax
<Result> = DDEConnect(<Recipient name> , <Topic>)
<Result>: Integer
- Identifier of connection (used in the DDE functions),
- 0 if the connection failed (DDEError contains the error report).
<Recipient name>: Character string
Name of recipient program (without extension or path). The recipient program must be accessible (in the current directory or in a directory accessible by PATH).
<Topic>: Character string
Topic of connection.