RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDdeServerConv.Destroy Destructor

Destroys an instance of TDdeServerConv.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TDdeServerConv();

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TDdeServerConv reference is not nil and only then calls Destroy. 

Destroy removes the DDE server conversation topic from the application, but does not terminate any currently open DDE conversations. Instead, the DDE server items that were associated with the DDE server conversation become associated with the form instead, and continue their link to the DDE client. 

 

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