RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TURLAction.UpdateTarget Method

Enables or disables the action, depending on whether the URL property is set.

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 TURLAction, UpdateTarget checks whether the URL property has been set. If so, UpdateTarget sets Enabled to true. If not, UpdateTarget sets Enabled to false. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!