RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeServerConv.OnOpen Event

Occurs immediately after the DDE link to the client 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 a DDE client. The Sender parameter is the DDE server conversation, not the DDE client. 

 

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