RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeClientConv.DdeService Property

Specifies the DDE server application to be linked to a DDE client.

Pascal
property DdeService: string;
C++
__property AnsiString DdeService;

Use DdeService to specify the server application to link to. Typically, DdeService is the file name (with path, if necessary) of the DDE server application's main executable file without the .EXE extension. If the DDE server is a CLX application, DdeService is the project name without the .DPR or .EXE extension. For example, to link to a TDdeServerConv component in PROJ1.DPR, set DdeService to PROJ1. 

At design time, specify DdeService by typing the DDE server application name in the object inspector or by choosing Paste Link in the DDE Info dialog box. To establish a link at runtime, specify the service and topic with the SetLink method.

Note: The necessary value for DdeService depends on the individual server application. See the documentation of the DDE server application for specific information about how to specify the server application.
 

 

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