ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
DDETopic (Function)
In french: DDESujet
Identifies the subject of conversation associated with a DDE connection.
Example
// Open a DDE connection
ConnectionNum = DDEConnect(ServerName, "MyTopic")

...

// Conversation subject?
Subject = DDETopic(ConnectionNum)
Syntax
<Result> = DDETopic([<Connection ID>])
<Result>: Character string
Subject of conversation.
<Connection ID>: Optional integer
Connection identifier, returned by DDEConnect. If this parameter is not specified, DDETopic 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: 09/20/2024

Send a report | Local help