|
|
| Chan = DDEInitiate(app$, topic$)
|
|
| Establishes a DDE conversation.
|
|
| DDERequest chan, item$, var[$] [,format$]
|
|
| Requests a data item from the server with var[$] as the return value.
|
|
| DDEPoke chan, item$, var[$] [,format$]
|
|
| Sends unrequested information over a link with var[$] as the send value.
|
|
| DDEExecute chan, command$
|
|
|
| DDEAdvise chan, item$, var[$] [,format$]
|
|
| Establishes a hot link with var[$] as the return value of the link.
|
|
| DDEUnadvise chan, item$ ,[var[$]]
|
|
|
|
| Terminates the conversation.
|
|