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

TCustomActionList.UpdateAction

Examines and updates the target for the specified Action.

Declaration

Source position: actnlist.pas line 111

public function TCustomActionList.UpdateAction(

  Action: TBasicAction

):Boolean; override;

Description

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.

See also

TComponent.UpdateAction

The latest version of this document can be found at lazarus-ccr.sourceforge.net.