Vcl.DdeMan.TDdeServerItem.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDdeServerItem();

Properties

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

Description

Destroys an instance of TDdeServerItem.

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

Destroy frees the memory associated with the Lines property before calling the inherited destructor.

See Also