Vcl.ExtActns.TSendMail.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSendMail();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TSendMail

Description

Frees the memory associated with the TSendMail object.

Do not explicitly destroy actions. Action objects are created and destroyed by the action manager or action list that uses them.

See Also