Unit 'fpWeb' Package
[Overview][Resource strings][Types][Classes][Index] [#fcl]

TFPWebActions.ActionByName

Returns the action with the specified name

Declaration

Source position: fpweb.pp line 69

public function TFPWebActions.ActionByName(

  const AName: string

):TFPWebAction;

Arguments

AName

  

The name of the action to find

Function result

The web action with the specified name

Description

Finds and returns the web action with the given name. Raises an exception if no action with the specified name is found.

Errors

Raises an exception if the action name is not found.

See also

FindAction

  

Searches for an action with the specified name


Documentation generated on: Jan 27 2026