Vcl.DdeMan.TDdeClientConv.Conv

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Conv: HConv read FConv;

C++

__property NativeUInt Conv = {read=FConv, nodefault};

Properties

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

Description

Indicates the handle for the current DDE conversation.

Read Conv to get a handle to the DDE conversation when it is required for a Windows API function call. Conv is available once a DDE conversation has been established by OpenLink or PasteLink.

See Also