API:Web.WebBroker.TWebApplication.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TWebApplication(void);

Properties

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

Description

Destroys the TWebRequestHandler instance and frees its memory.

Web.WebBroker.TWebApplication.Destroy inherits from Web.WebReq.TWebRequestHandler.Destroy. All content below this line refers to Web.WebReq.TWebRequestHandler.Destroy.

Destroys the TWebRequestHandler instance and frees its memory.

Destroy cleans up references in the global fix-up list for form linking. It then calls the inherited destructor.

Do not call Destroy directly. Call Free instead. Free checks that the object reference is not nil before calling Destroy.

See Also