Web.HTTPProd.TCustomPageProducer.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomPageProducer();

Properties

Type Visibility Source Unit Parent
destructor public
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd TCustomPageProducer

Description

Destroys an instance of TCustomPageProducer.

Do not call Destroy directly in an application. Instead, call Free. Free checks that the page producer reference is not nil, and only then calls Destroy.

Destroy frees the TStrings object implements the HTMLDoc property before calling the inherited destructor.

See Also