Web.DBWeb.TDSTableProducer.Editor
Delphi
property Editor: TDSTableProducerEditor read FEditor write FEditor;
C++
__property TDSTableProducerEditor* Editor = {read=FEditor, write=FEditor};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Web.DBWeb.pas Web.DBWeb.hpp |
Web.DBWeb | TDSTableProducer |
Description
Writes changes made in the property editor at design time to the TDSTableProducer object.
Descendants of TDSTableProducer set the Editor property to the TDSTableProducer Editor object that connects their implementation with a common property editor. Editor allows a single property editor to represent the properties of different table producers.