Returns the action with the specified name
Source position: fpweb.pp line 69
public function TFPWebActions.ActionByName( |
const AName: string |
):TFPWebAction; |
AName |
|
The name of the action to find |
The web action with the specified name
Finds and returns the web action with the given name. Raises an exception if no action with the specified name is found.
Raises an exception if the action name is not found.
|
Searches for an action with the specified name |