Vcl.DdeMan.TDdeClientConv.ServiceApplication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServiceApplication: string read FAppName write FAppName;

C++

__property System::UnicodeString ServiceApplication = {read=FAppName, write=FAppName};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DdeMan.pas
Vcl.DdeMan.hpp
Vcl.DdeMan TDdeClientConv

Description

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

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.

See Also