ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: DDE functions
22 results
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]...
List of DDE functions
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 run.
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.
Starts the execution of a program (an executable for example) from the current application.
Usage example of the DDEString function
Returns the information retrieved by DDERetrieve.
Identifies the subject of conversation associated with a DDE connection.
Interrupts a link between an item and a data.
Modifies a linked data.
Creates a warm link with a data.