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

TModuleItem

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

Container for module registration information

Declaration

Source position: fphttp.pp line 204

type TModuleItem = class(TCollectionItem,IRouteInterface)

public

  destructor Destroy; override;

  

Destroys the module item

  property ModuleClass: TCustomHTTPModuleClass; [rw]

  

HTTP module class

  property ModuleName: string; [rw]

  

Name of the module

  property SkipStreaming: Boolean; [rw]

  

Whether to skip component streaming

end;

Inheritance

TModuleItem

  

Container for module registration information

|

TCollectionItem,IRouteInterface

|

TPersistent

|

TObject,IFPObserved

Description

TModuleItem holds registration information for an HTTP module in the module factory.


Documentation generated on: Jan 27 2026