Vcl.DdeMan.TDdeClientConv.OpenLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function OpenLink: Boolean;

C++

bool __fastcall OpenLink();

Properties

Type Visibility Source Unit Parent
function public
Vcl.DdeMan.pas
Vcl.DdeMan.hpp
Vcl.DdeMan TDdeClientConv

Description

Initiates a new DDE conversation.

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.

See Also