[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of web actions
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; |
|
Collection of web actions |
|
| | | ||
| | | ||
| | | ||
TCustomWebActions manages a collection of web actions that can handle HTTP requests.