[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Examines and updates the target for the specified Action.
Source position: actnlist.pas line 111
public function TCustomActionList.UpdateAction( |
Action: TBasicAction |
):Boolean; override; |
Action |
|
Action examined and potentially updated in the method. |
True if the action was successfully updated in the method.
UpdateAction checks whether Action handles the current component, and if yes, calls the UpdateTarget method, passing itself as a parameter. The function returns True if the action handles the current component.
Version 4.0 | Generated 2025-05-03 | Home |