Web.DBWeb.THTTPDataLink.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~THTTPDataLink();

Properties

Type Visibility Source Unit Parent
destructor public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTTPDataLink

Description

Destroys an instance of THTTPDataLink.

Do not call Destroy directly in an application. The TDSTableProducer object that owns the THTTPDataLink frees the THTTPDataLink from its own destructor.

Destroy frees up the memory used by the Fields array before calling the inherited destructor.

See Also