ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / DDE functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
DDEConnect (Function)
In french: DDEConnecte
Establishes a DDE connection between the current program and the recipient according to a given topic.
// Open a DDE connection
ConnectionNum = DDEConnect(ServerName, "MyTopic")
Syntax
<Result> = DDEConnect(<Recipient name> , <Topic>)
<Result>: Integer
  • Identifier of connection (used in the DDE functions),
  • 0 if the connection failed (DDEError contains the error report).
<Recipient name>: Character string
Name of recipient program (without extension or path). The recipient program must be accessible (in the current directory or in a directory accessible by PATH).
<Topic>: Character string
Topic of connection.
Component: wd290std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help