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

TCustomHTTPModule.RegisterModule

Registers the module with the factory

Declaration

Source position: fphttp.pp line 129

public class procedure TCustomHTTPModule.RegisterModule(

  const AModuleName: string = ''

); overload;

class procedure TCustomHTTPModule.RegisterModule(

  const AModuleName: string;

  ASkipStreaming: Boolean

); overload;

Arguments

AModuleName

  

Name to register the module under

Arguments

AModuleName

  

Name to register the module under

ASkipStreaming

  

Whether to skip component streaming

Description

RegisterModule registers this HTTP module class with the module factory using the specified name.


Documentation generated on: Jan 27 2026