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

TEditAction.HandlesTarget

Indicates if the editing action can be used for the specified target control.

Declaration

Source position: stdactns.pas line 43

public function TEditAction.HandlesTarget(

  Target: TObject

):Boolean; override;

Arguments

Target

  

Object instance with the target control for the action.

Function result

True when the action can be applied to the target.

Description

HandlesTarget is a Boolean function which indicates if the editing action can be applied to the object in Target. The return value is True when:

See also

TBasicAction.HandlesTarget


Version 4.0 Generated 2025-05-03 Home