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

THTTPRouteObject.ObjectCLass

Object class for handling requests

Declaration

Source position: httproute.pp line 158

public property THTTPRouteObject.ObjectCLass : TRouteObjectClass
  read FClass
  write FClass;

Description

ObjectCLass specifies the class that will be instantiated to handle requests for this route. The class must descend from TRouteObject and implement the HandleRequest method.


Documentation generated on: Jan 27 2026