Unit 'HTTPRoute' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

THTTPRouteCallbackEx

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

Route with extended callback handler

Declaration

Source position: httproute.pp line 103

type THTTPRouteCallbackEx = class(THTTPRoute)

public

  property CallBack: TRouteCallBackEx; [rw]

  

Extended callback procedure for handling requests

  property Data: Pointer; [rw]

  

User data passed to callback

end;

Inheritance

THTTPRouteCallbackEx

  

Route with extended callback handler

|

THTTPRoute

  

Base HTTP route class

|

TCollectionItem

|

TPersistent

|

TObject,IFPObserved

Description

THTTPRouteCallbackEx implements a route that handles requests using an extended callback procedure. It supports passing custom data to the callback handler.


Documentation generated on: Jan 27 2026