Web.DBWeb.TDSTableProducerEditor.DSTableProducer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSTableProducer: TDSTableProducer read FDSTableProducer;

C++

__property TDSTableProducer* DSTableProducer = {read=FDSTableProducer};

Properties

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

Description

Indicates the TDSTableProducer object that uses TDSTableProducerEditor to communicate with its property editor at design time.

Read TDSTableProducer to obtain direct access to the TDSTableProducer object that uses TDSTableProducerEditor.

See Also