Web.DBWeb.TDSTableProducerEditor.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSTableProducerEditor();

Properties

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

Description

Destroys an instance of TDSTableProducerEditor.

Do not call Destroy from an application. A TDSTableProducerEditor object is freed automatically at design time. Destroy sets the Editor property of the associated TDSTableProducer object to nil.

See Also