Vcl.DdeMan.TDdeClientConv.ConnectMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectMode: TDataMode read FConnectMode write SetConnectMode default ddeAutomatic;

C++

__property TDataMode ConnectMode = {read=FConnectMode, write=SetConnectMode, default=0};

Properties

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

Description

Determines whether the link to the DDE server is established automatically when the form is opened.

Use ConnectMode to change the way a DDE conversation is established. If ConnectMode is ddeAutomatic, the link is established when it is defined by SetLink. If ConnectMode is ddeManual, the application must call the OpenLink method or the PasteLink method to establish the DDE conversation.

See Also