[Overview][Types][Classes][Procedures and functions][Index] |
Indicates if the editing action can be used for the specified target control.
Source position: stdactns.pas line 43
public function TEditAction.HandlesTarget( |
Target: TObject |
):Boolean; override; |
Target |
|
Object instance with the target control for the action. |
True when the action can be applied to the target.
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:
Version 4.0 | Generated 2025-05-03 | Home |