Web.HTTPApp.TCustomWebFileDispatcher.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomWebFileDispatcher();

Properties

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

Description

Frees an instance of TCustomWebFileDispatcher.

Destroy frees the TCustomWebFileDispatcher object. Do not call Destroy directly in an application. Call Free instead.

See Also