Web.CGIApp.TCGIApplication.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCGIApplication();

Properties

Type Visibility Source Unit Parent
destructor public
Web.CGIApp.pas
Web.CGIApp.hpp
Web.CGIApp TCGIApplication

Description

Frees the memory associated with the TCGIApplication object.

Do not call Destroy. The global Application variable is freed when the application shuts down.