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

TCustomWebApplication.Create

Creates and initializes a new web application instance

Declaration

Source position: custweb.pp line 155

public constructor TCustomWebApplication.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

The owner component for the web application

Description

Creates a new TCustomWebApplication instance and initializes the web handler through the abstract InitializeWebHandler method. Sets up event handlers for termination and logging.

Errors

May raise exceptions during web handler initialization.

See also

InitializeWebHandler

Destroy

  

Destroys the web application and cleans up resources


Documentation generated on: Jan 27 2026