RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileRun.HandlesTarget Method

Indicates whether the action can execute.

Pascal
function HandlesTarget(Target: TObject): Boolean; override;
C++
virtual __fastcall Boolean HandlesTarget(TObject * Target);

Do not call the HandlesTarget method. This method is called automatically when the user invokes an object (such as a tool button or menu item) that is linked to this action. The HandlesTarget method lets the action object indicate whether it is appropriate to execute at this time with the object specified by the Target parameter as a "target". 

HandlesTarget always returns true, because TCustomFileRun does not use the target object. 

 

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