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