[Overview][Types][Classes][Procedures and functions][Index] |
Indicates whether the action can be applied to the specified target control.
Source position: stdactns.pas line 367
public function TSearchFindNext.HandlesTarget( |
Target: TObject |
):Boolean; override; |
HandlesTarget is an overridden method in TSearchFindNext. It re-implements the method introduced in the ancestor class.
The return value is True if the action can be applied to the control specified in Target. In TSearchFindNext, the return value is True if Target is a TCustomEdit descendant.
Version 4.0 | Generated 2025-05-03 | Home |