Returns index of named action
Source position: fphttp.pp line 105
public function TCustomWebActions.IndexOfAction( |
const AName: string |
):Integer; |
AName |
|
Name of the action to locate |
Index of the action or -1 if not found
IndexOfAction returns the index of the web action with the specified name, or -1 if not found.