RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeClientConv.OpenLink Method

Initiates a new DDE conversation.

Pascal
function OpenLink: Boolean;
C++
__fastcall Boolean OpenLink();

Call OpenLink to establish a new DDE conversation with the DdeService. If the server application is not running, OpenLink will launch the ServiceApplication. If the conversation is successfully opened, an OnOpen event occurs and OpenLink returns true. If the conversation isn't successfully opened, OpenLink returns false.

Note: If ConnectMode is ddeAutomatic, OpenLink is called automatically when the DdeTopic and DdeService are specified by SetLink.
 

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