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

TModuleFactory.RegisterHTTPModule

Registers an HTTP module

Declaration

Source position: fphttp.pp line 232

public procedure TModuleFactory.RegisterHTTPModule(

  const ModuleName: string;

  ModuleClass: TCustomHTTPModuleClass;

  SkipStreaming: Boolean = False

); virtual;

procedure TModuleFactory.RegisterHTTPModule(

  ModuleClass: TCustomHTTPModuleClass;

  SkipStreaming: Boolean = False

);

Arguments

ModuleName

  

Name to register the module under

ModuleClass

  

HTTP module class to register

SkipStreaming

  

Whether to skip component streaming

Arguments

ModuleClass

  

HTTP module class to register

SkipStreaming

  

Whether to skip component streaming

Description

RegisterHTTPModule registers an HTTP module class with the factory.


Documentation generated on: Jan 27 2026