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

TCustomWebApplication.Terminate

Terminates the web application and web handler

Declaration

Source position: custweb.pp line 159

public procedure TCustomWebApplication.Terminate; override;

Description

Terminates the web application by first calling the inherited termination and then terminating the web handler if it's still running. Ensures clean shutdown of the web request processing loop.

Errors

No specific errors expected during termination.

See also

TWebHandler.Terminate


Documentation generated on: Jan 27 2026