Initializes the web application with error handling enabled
Source position: custweb.pp line 158
public procedure TCustomWebApplication.Initialize; override; |
Initializes the web application and enables StopOnException to ensure proper error handling. Calls the inherited initialization from TCustomApplication.
May raise exceptions during application initialization.