Vcl.DdeMan.TDdeServerConv.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDdeServerConv();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.DdeMan.pas
Vcl.DdeMan.hpp
Vcl.DdeMan TDdeServerConv

Description

Destroys an instance of 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.

See Also