Vcl.DdeMan.TDdeClientItem.DdeConv

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DdeConv: TDdeClientConv read FDdeClientConv write SetDdeClientConv;

C++

__property TDdeClientConv* DdeConv = {read=FDdeClientConv, write=SetDdeClientConv};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DdeMan.pas
Vcl.DdeMan.hpp
Vcl.DdeMan TDdeClientItem

Description

Specifies the DDE client conversation to associate with the DDE client item.

Set DdeConv to associate the DDE client item with a DDE client conversation. The value of DdeConv is the DDE client conversation object that defines the DDE conversation. The DdeConv establishes the link to the server that provides the Text for the DDE client item.

See Also