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

TCustomWebActions

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Collection of web actions

Declaration

Source position: fphttp.pp line 88

type TCustomWebActions = class(TCollection)

public

  constructor Create();

  

Creates a new web actions collection

  procedure Assign(); override;

  

Copies actions from another collection

  function Add;

  

Adds a new web action

  function ActionByName();

  

Finds action by name

  function FindAction();

  

Searches for action by name

  function IndexOfAction();

  

Returns index of named action

  property OnGetAction: TGetActionEvent; [rw]

  

Event for action name determination

  property Actions []: TCustomWebAction; default; [rw]

  

Array access to web actions

  property DefActionWhenUnknown: Boolean; [rw]

  

Use default action for unknown requests

end;

Inheritance

TCustomWebActions

  

Collection of web actions

|

TCollection

|

TPersistent

|

TObject,IFPObserved

Description

TCustomWebActions manages a collection of web actions that can handle HTTP requests.


Documentation generated on: Jan 27 2026