Searches for an action with the specified name
Source position: fpweb.pp line 70
public function TFPWebActions.FindAction( |
const AName: string |
):TFPWebAction; |
AName |
|
The name of the action to search for |
The web action with the specified name, or nil if not found
Searches for a web action with the given name. Returns nil if no action with the specified name is found.
|
Returns the action with the specified name |