Web.DBWeb.TDSTableProducer.SetDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDataSet(ADataSet: TDataSet); virtual; abstract;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDSTableProducer

Description

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Web.DBWeb.TDSTableProducer.SetDataSet&oldid=152748"