A script-enabled browser is required for this page to function properly.

DDE built-in package

Procedure/Exception/Function

Description

DDE.APP_BEGIN

function that begins a conversation with a DDE server application program

DDE.APP_END

function that ends a DDE server application program that DDE_APP_BEGIN built-in function starts

DDE.APP_FOCUS

procedure that activates a DDE server application program started by DDE.APP_BEGIN

DDE.EXECUTE

procedure that executes a command string that is acceptable in the receiving DDE server application

DDE.GETFORMATNUM

function that translates or registers a specified data format name and returns a format number

DDE.GETFORMATSTR

function that translates a data format number into a format name string

DDE.INITIATE

function that opens a DDE conversation with a DDE server application

DDE.ISSUPPORTED

function that confirms the DDE built-in package is supported on the current platform

DDE.POKE

procedure that sends data to a DDE server application

DDE.REQUEST

procedure that requests data from a DDE server application

DDE.TERMINATE

procedure that terminates the specified conversation with a DDE server application

See also

About the DDE built-in package

DDE built-in exceptions

Microsoft Windows predefined data formats

About built-in packages