Creates a new web handler instance
Source position: custweb.pp line 86
public constructor TWebHandler.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
The owner component for the web handler |
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.
May raise exceptions during component initialization.
|
Destroys the web handler instance |