Vcl.DdeMan.TDdeServerItem.ServerConv

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServerConv: TDdeServerConv read FServerConv write SetServerConv;

C++

__property TDdeServerConv* ServerConv = {read=FServerConv, write=SetServerConv};

Properties

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

Description

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

Set ServerConv to associate the DDE server item with a DDE topic represented by the DDE server conversation. If ServerConv is not set, the DDE topic of the conversation is the value of the Caption property of the form containing the TDdeServerItem component.