Vcl.DdeMan.TDdeClientItem.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TDdeClientItem();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | Vcl.DdeMan.pas Vcl.DdeMan.hpp |
Vcl.DdeMan | TDdeClientItem |
Description
Destroys an instance of TDdeClientItem.
Do not call Destroy directly in an application. Instead, call Free. Free checks that the TDdeClientItem is not nil, and only then calls Destroy.
Destroy frees the memory associated with the Lines property before calling the inherited destructor.