RAD Studio (Common)
ContentsIndex
PreviousUpNext
DDE Info dialog box

Use the DDE Info dialog box to specify, at design time, a DDE server application and a topic for a DDE conversation. 

To open the DDE Info dialog box:

  1. Place a DDEClientConv component on the form.
  2. With the component selected, do one of the following:
  • Click the ellipsis button in the Value column for the DdeService property or DdeTopic property.
  • Double-click the Value column for the DdeService property or DdeTopic property.

The following options are available in the DDE Info dialog box:

Specify the server application for the DDE conversation. The application you specify is entered into the Value column for the DdeService property.  

You do not need to specify an extension for the server application. 

If the directory containing the application is not on your path, you need to specify a fully qualified path.

Enter the topic for a DDE conversation. The topic is a unit of data, identifiable to the server, containing the linked text. For example, the topic could be the file name of a spreadsheet. 

When the server is a VCL-based application, the topic is the name of the form containing the data you want to link. 

If the directory containing the topic is not on your path, you need to specify a fully qualified path.

Click Paste Link to paste the application name and file name from the contents of the Clipboard into the App and File edit boxes. 

This button is active only when the clipboard contains data from an application that can be a DDE server.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!