Vcl.DdeMan.TDdeClientConv.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDdeClientConv();

Properties

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

Description

Destroys an instance of TDdeClientConv.

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

Destroy closes the link to the server and frees up all helper objects before calling the inherited destructor.

See Also