Creates and initializes a new web application instance
Source position: custweb.pp line 155
public constructor TCustomWebApplication.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
The owner component for the web application |
Creates a new TCustomWebApplication instance and initializes the web handler through the abstract InitializeWebHandler method. Sets up event handlers for termination and logging.
May raise exceptions during web handler initialization.
InitializeWebHandler |
||
|
Destroys the web application and cleans up resources |