Web.DBWeb.TDSTableProducerEditor

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSTableProducerEditor

Delphi

TDSTableProducerEditor = class

C++

class PASCALIMPLEMENTATION TDSTableProducerEditor : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb Web.DBWeb

Description

TDSTableProducer is the base class for the helper object used by TDSTableProducer objects to communicate with a property editor at design time.

Component writers can derive objects from TDSTableProducer to enable new descendants of TDSTableProducer to take advantage of the property editors in the IDE. TDSTableProducerEditor introduces methods to communicate changes between a TDSTableProducer object and the property editor.

See Also