Vcl.DdeMan.TDdeServerItem.ServerConv
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.