RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSendMail.UpdateTarget Method

Enables the action.

Pascal
procedure UpdateTarget(Target: TObject); override;
C++
virtual __fastcall UpdateTarget(TObject * Target);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!