Web.HTTPApp.TCustomWebDispatcher.Destroy

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomWebDispatcher();

Propriétés

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

Description

Libère une instance de TCustomWebDispatcher.

Ne détruisez pas directement TCustomWebDispatcher dans une application. Le répartiteur est libéré automatiquement quand l'application serveur est fermée.

Destroy libère l'objet TWebActionItems utilisé pour stocker la collection des éléments action.

Voir aussi