Destroys the web application and cleans up resources
Source position: custweb.pp line 156
public destructor TCustomWebApplication.Destroy; override; |
Destroys the web application instance, freeing the web handler and event log resources. Performs proper cleanup of all web application components.
No specific errors expected during destruction.
|
Creates and initializes a new web application instance |