AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones DDE
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
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local