Vcl.ExtActns.TSendMail.UpdateTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateTarget(Target: TObject); override;

C++

virtual void __fastcall UpdateTarget(System::TObject* Target);

Properties

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

Description

Enables the action.

Do not call the UpdateTarget method. This method is called automatically the application is idle so that actions can update themselves according to current conditions.

In TSendMail, UpdateTarget ignores the Target parameter and always sets the Enabled property to true.

See Also