RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeClientConv.ConnectMode Property

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

Pascal
property ConnectMode: TDataMode;
C++
__property TDataMode ConnectMode;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!