Web.HTTPApp.TContentParser.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TContentParser();

Properties

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

Description

Frees the memory associated with the TContentParser object.

Do not free content parser instances. The Web request object frees the content parser when it no longer needs it.

See Also