Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomForm.DoUpdateAction

Tries all applicable components to update an action.

Declaration

Source position: forms.pp line 623

protected function TCustomForm.DoUpdateAction(

  TheAction: TBasicAction

):Boolean;

Function result

True when the action was updated.

See also

DoExecuteAction

  

Asks all applicable components to execute an action.