[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'StdActns' (#lcl)

THelpAction.HandlesTarget

Determines whether the help action can be applied to the Target control.

Declaration

Source position: stdactns.pas line 94

public function THelpAction.HandlesTarget(

  Target: TObject

):Boolean; override;

Arguments

Target

  

Object instance with the control examined in the method.

Function result

True if the action can be applied to the target control.

Description

Calls the inherited method.

See also

TBasicAction.HandlesTarget