RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeClientConv.OnClose Event

Occurs when the DDE conversation terminates.

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

Write an OnClose event handler to take specific action when the DDE conversation ends. The DDE conversation will end if the server terminates the conversation, if the link is closed or changed, or if the TDdeClientConv object is destroyed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!