Web.WebBroker.TWebApplication.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TWebApplication();

Properties

Type Visibility Source Unit Parent
destructor public
Web.WebBroker.pas
Web.WebBroker.hpp
Web.WebBroker TWebApplication

Description

Destroys an instance of TWebApplication.

Never call the Destroy or Free method. The application is freed automatically when the application stops running.

Destroy frees the helper objects that were created at startup, as well as all Web modules created by the application.

See Also