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

TWebHandler.Create

Creates a new web handler instance

Declaration

Source position: custweb.pp line 86

public constructor TWebHandler.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

The owner component for the web handler

Description

Creates and initializes a new TWebHandler instance with default settings. Sets up default module variable name, enables default module handling, and configures request handling options.

Errors

May raise exceptions during component initialization.

See also

Destroy

  

Destroys the web handler instance


Documentation generated on: Jan 27 2026