Vcl.ExtActns.TSendMail.UpdateTarget
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.