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
DDERecipient (Function)
In french: DDEDestinataire
Identifies the recipient of a DDE connection.
Example
// Open a DDE connection
ConnectionNum = DDEConnect(ServerName, "MyTopic")
...
 
// Recipient of the current connection
Recipient = DDERecipient(ConnectionNum)
Syntax
<Result> = DDERecipient([<Connection identifier>])
<Result>: Character string
Recipient of the DDE connection.
<Connection identifier>: Optional integer
Connection identifier, returned by DDEConnect. If this parameter is not specified, DDERecipient is using the last connection handled.
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