Web.DBWeb.TDSTableProducer.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSTableProducer();

Properties

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

Description

Destroys an instance of TDSTableProducer.

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

Destroy frees all the helper objects used by TDSTableProducer.

See Also