ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: DDE functions
22 results
DDE constants
List of constants used by the DDE functions
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error...
DDE functions
List of DDE functions
DDEConnect (Example)
Usage example of the DDEConnect function
DDEConnect (Function)
Establishes a DDE connection between the current program and the recipient according to a given topic.
DDEDisconnect (Function)
Deletes a connection between the current program and a recipient.
DDEError (Function)
Returns the runtime status report of a DDE function.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically launched.
DDEExecute (Function)
Sends a command that will be run on the server.
DDEItem (Function)
Identifies the item affected by a DDE event.
DDELink (Function)
Creates a hot link with a data.
DDERecipient (Function)
Identifies the recipient of a DDE connection.
DDERetrieve (Example)
Usage example of the DDERetrieve function
DDERetrieve (Function)
Retrieves a data sent by a program (the recipient of the connection for the specified object).
DDESend (Function)
Sends a data to the program connected via DDE.
DDEStart (Function)
Executes a program (an executable file, for example) from the current application.
DDEString (Example)
Usage example of the DDEString function
DDEString (Function)
Returns the information retrieved by DDERetrieve.
DDETopic (Function)
Identifies the subject of conversation associated with a DDE connection.
DDEUnLink (Function)
Interrupts a link between an item and a data.
DDEUpdate (Function)
Modifies a linked data.
DDEWarmLink (Function)
Creates a warm link with a data.