DDEFinish

DDEFinish closes a DDE connection.

Syntax

Important: This feature is deprecated, its use is discouraged although not prohibited.
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 fails, use DDEError to get the description of the error.

Warnings

  • The DDE connection must be opened, see DDEConnect.