Vcl.ExtActns.TSendMail.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TSendMail(System::Classes::TComponent* AOwner);

Properties

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

Description

Instantiates and initializes a TSendMail object.

Applications do not need to call the constructor directly. Actions are created automatically when you add them to an action manager or action list component at design time. If you want to create an action at run time, assign a TActionList or TActionManager component to its ActionList property after calling Create.

AOwner is the component that is responsible for freeing the action. It becomes the value of the Owner property.

See Also