Web.DBWeb.TDSTableProducerEditor.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(DSTableProducer: TDSTableProducer);

C++

__fastcall TDSTableProducerEditor(TDSTableProducer* DSTableProducer);

Properties

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

Description

Creates an instance of TDSTableProducerEditor.

Do not call Create directly in an application. A TDSTableProducerEditor is created at design time when needed.

Create initializes the DSTableProducer property, and sets the Editor property in the TDSTableProducer object passed as the DSTableProducer parameter.

See Also