The following functions are used to manage DDE:
| | DDEConnect | Establishes a DDE connection between the current program and the recipient according to a given topic. | DDEDisconnect | Deletes a connection between the current program and a recipient. | DDEError | Returns the runtime status report of a DDE function. | DDEEvent | Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run. | DDEExecute | Sends a command that will be run on the server. | DDEItem | Identifies the item affected by a DDE event. | DDELink | Creates a hot link with a data. | DDERecipient | Identifies the recipient of a DDE connection. | DDERetrieve | Retrieves a data sent by a program (the recipient of the connection for the specified object). | DDESend | Sends a data to the program connected via DDE. | DDEStart | Starts the execution of a program (an executable for example) from the current application. | DDEString | Returns the information retrieved by DDERetrieve. | DDETopic | Identifies the subject of conversation associated with a DDE connection. | DDEUnLink | Interrupts a link between an item and a data. | DDEUpdate | Modifies a linked data. | DDEWarmLink | Creates a warm link with a data. |
This page is also available for…
|
|
|
|