Unit 'fpHTTP' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TGetActionEvent

Event for determining action names

Declaration

Source position: fphttp.pp line 86

type TGetActionEvent = procedure(

  Sender: TObject;

  ARequest: TRequest;

  var ActionName: string

) of object;

Arguments

Sender

  

Object that triggered the event

ARequest

  

HTTP request being processed

ActionName

  

Name of the action to execute

Description

TGetActionEvent is triggered to determine which action should handle a specific request.


Documentation generated on: Jan 27 2026