RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeClientConv.ServiceApplication Property

Specifies the main executable file name (with path, if necessary) of a DDE server application, without the .EXE extension.

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

Set ServiceApplication to the name of the server application. Typically, this is the same value as the DdeService property. Sometimes, however, DdeService is a value other than the DDE server application's executable file name. 

If the server application is not running when the TDdeClientConv tries to establish a DDE conversation, OpenLink uses the ServiceApplication property to launch the server. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!