Vcl.DdeMan.TDdeClientConv.CloseLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseLink;

C++

void __fastcall CloseLink();

Properties

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

Description

Terminates an ongoing DDE conversation.

Use CloseLink when all communication with the DDE server is finished. After a link is closed, no DDE communication can take place between the DDE client and server until another link is opened.

See Also