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
DDEString (Function)
In french: DDEChaîne
Returns the information retrieved by DDERetrieve.
Reminder: DDERetrieve is used to retrieve a data. This data is stored in DDEString.
Example
// Runs a server action
DDEExécute(ConnectionNum, "EXE1")
IF DDERetrieve(ConnectionNum, "Item1") THEN
Info("The retrieved data is" + DDEString())
END
Syntax
<Result> = DDEString([<Connection identifier>])
<Result>: Character string
Retrieved information.
<Connection identifier>: Optional integer
Connection identifier, returned by DDEConnect. If this parameter is not specified, DDEString 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