RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeClientConv.OnOpen Event

Occurs immediately after the DDE link to the server has been established.

Pascal
property OnOpen: TNotifyEvent;
C++
__property TNotifyEvent OnOpen;

Write an OnOpen event handler to take specific action whenever a link is established to the DDE server. The DDE link is established by the OnOpen method or the PasteLink method. SetLink will also establish a DDE link if the ConnectMode is ddeAutomatic. OnOpen will not be called if the link fails, such as when the server application can't be launched. 

 

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