AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Categoría: DDE functions
21 resultados
DDE constants
List of constants used by the DDE functions
DDEConnect (Example)
Usage example of the DDEConnect function
DDEConnect (Función)
Establece una conexión DDE entre el programa actual y el destinatario según un tema determinado.
DDEDisconnect (Función)
Elimina una conexión entre el programa actual y un destinatario.
DDEError (Function)
Returns the runtime status report of a DDE function.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically launched.
DDEExecute (Función)
Envía un comando que se ejecutará en el servidor.
DDEItem (Function)
Identifies the item affected by a DDE event.
DDELink (Function)
Creates a hot link with a data.
DDERecipient (Función)
Identifica al destinatario de una conexión DDE.
DDERetrieve (Example)
Usage example of the DDERetrieve function
DDERetrieve (Function)
Retrieves a data sent by a program (the recipient of the connection for the specified object).
DDESend (Function)
Sends a data to the program connected via DDE.
DDEStart (Function)
Executes a program (an executable file, for example) from the current application.
DDEString (Function)
Returns the information retrieved by DDERetrieve.
DDETopic (Función)
Identifica el tema de conversación asociado a una conexión DDE.
DDEUnLink (Function)
Interrupts a link between an item and a data.
DDEUpdate (Función)
Modifica un dato vinculado.
DDEWarmLink (Function)
Creates a warm link with a data.
Errores DDE
Cuando una función DDE falla (devuelve False, por ejemplo), ErrorInfo permite averiguar el número del error correspondiente...
Funciones DDE
List de funciones DDE