Determines whether the help action can be applied to the Target control.
Source position: stdactns.pas line 94
public function THelpAction.HandlesTarget( |
Target: TObject |
):Boolean; override; |
Target |
|
Object instance with the control examined in the method. |
True if the action can be applied to the target control.
Calls the inherited method.
TBasicAction.HandlesTarget |