Vcl.DdeMan.TDdeClientConv.PasteLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PasteLink: Boolean;

C++

bool __fastcall PasteLink();

Properties

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

Description

Opens a DDE conversation with the current Clipboard object.

Call PasteLink to establish a DDE link to an object on the Clipboard. PasteLink sets the DdeTopic or DdeService properties from the Clipboard. PasteLink returns true if the link is successfully established.

See Also