[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Route with object event handler
Source position: httproute.pp line 118
type THTTPRouteEvent = class(THTTPRoute) |
||
public |
||
property Event: TRouteEvent; [rw] |
|
Event handler for processing requests |
end; |
|
Route with object event handler |
|
| | | ||
|
Base HTTP route class |
|
| | | ||
| | | ||
| | | ||
THTTPRouteEvent implements a route that handles requests using an object method event. It provides object-oriented request handling capabilities.