ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / DDE functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
DDEString (Function)
In french: DDEChaîne
Returns the information retrieved by DDERetrieve.
Reminder The DDERetrieve function is used to retrieve a data item. This data is stored in DDEString.
// Exécute une action par le serveur
DDEExecute(NumConnexion, "EXE1")
IF DDERetrieve(NumConnexion, "Item1") THEN
	Info("La donnée récupérée est" + DDEString())
END
Syntax
<Result> = DDEString([<Connection ID>])
<Result>: Character string
Retrieved information.
<Connection ID>: Optional integer
Connection identifier, returned by DDEConnect. If this parameter is not specified, DDEString uses the last connection handled.
Component: wd300std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/25/2025

Send a report | Local help