Web.DBXpressWeb.TSQLQueryTableProducer.SetDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDataSet(ADataSet: TDataSet); override;

C++

virtual void __fastcall SetDataSet(Data::Db::TDataSet* ADataSet);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.DBXpressWeb.pas
Web.DBXpressWeb.hpp
Web.DBXpressWeb TSQLQueryTableProducer

Description

Provides the abstract prototype of a method to set the DataSet property.

Web.DBXpressWeb.TSQLQueryTableProducer.SetDataSet inherits from Web.DBWeb.TDSTableProducer.SetDataSet. All content below this line refers to Web.DBWeb.TDSTableProducer.SetDataSet.

Provides the abstract prototype of a method to set the DataSet property.

Descendants of TDSTableProducer override SetDataSet to ensure that the DataSet property can only be set to an appropriate descendant of TDataSet.

See Also