|
RAD Studio VCL Reference
|
Occurs immediately after the DDE link to the server has been established.
property OnOpen: TNotifyEvent;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|