Web.HTTPApp.TCustomWebDispatcher.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomWebDispatcher();

Properties

Type Visibility Source Unit Parent
destructor public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebDispatcher

Description

Frees an instance of TCustomWebDispatcher.

Do not destroy the TCustomWebDispatcher directly in an application. The dispatcher is freed automatically when the server application shuts down.

Destroy frees the TWebActionItems object used to hold the collection of action items.

See Also