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

TFPWebActions.FindAction

Searches for an action with the specified name

Declaration

Source position: fpweb.pp line 70

public function TFPWebActions.FindAction(

  const AName: string

):TFPWebAction;

Arguments

AName

  

The name of the action to search for

Function result

The web action with the specified name, or nil if not found

Description

Searches for a web action with the given name. Returns nil if no action with the specified name is found.

See also

ActionByName

  

Returns the action with the specified name


Documentation generated on: Jan 27 2026