API:Web.DBWeb.TDataSetTableProducer.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.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDataSetTableProducer

Description

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

Web.DBWeb.TDataSetTableProducer.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