DDEFinish closes a DDE
connection.
Syntax
CALL ui.Interface.frontCall("WINDDE","DDEFinish",
[ program, document ], [result] )
- program is the name of the DDE application.
- document is the document that is to be closed.
- result is an integer variable receiving the status.
- result is TRUE if the function succeeded, FALSE otherwise.
- If the function failed, use DDEError to
get the description of the error.
Warnings
- The DDE connection must be opened, see DDEConnect.