|
|
|
|
|
|
|
|
|
|
|
|
|
|
| List of constants used by the DDE functions |
|
|
|
|
|
|
|
| When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error... |
|
|
|
|
|
|
|
| Usage example of the DDEConnect function |
|
|
|
|
|
|
|
| Establishes a DDE connection between the current program and the recipient according to a given topic. |
|
|
|
|
|
|
|
| Deletes a connection between the current program and a recipient. |
|
|
|
|
|
|
|
| Returns the runtime status report of a DDE function. |
|
|
|
|
|
|
|
| Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically launched. |
|
|
|
|
|
|
|
| Sends a command that will be run on the server. |
|
|
|
|
|
|
|
| Identifies the item affected by a DDE event. |
|
|
|
|
|
|
|
| Creates a hot link with a data. |
|
|
|
|
|
|
|
| Identifies the recipient of a DDE connection. |
|
|
|
|
|
|
|
| Usage example of the DDERetrieve function |
|
|
|
|
|
|
|
| Retrieves a data sent by a program (the recipient of the connection for the specified object). |
|
|
|
|
|
|
|
| Sends a data to the program connected via DDE. |
|
|
|
|
|
|
|
| Executes a program (an executable file, for example) from the current application. |
|
|
|
|
|
|
|
| Usage example of the DDEString function |
|
|
|
|
|
|
|
| Identifies the subject of conversation associated with a DDE connection. |
|
|
|
|
|
|
|
| Interrupts a link between an item and a data. |
|
|
|
|
|
|
|
| Creates a warm link with a data. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|