Data.Win.ADODB.TADODataSet.SetDataSetField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDataSetField(const Value: TDataSetField); override;

C++

virtual void __fastcall SetDataSetField(Data::Db::TDataSetField* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TADODataSet

Description

Sets the persistent TDataSetField object that owns a nested dataset.

Data.Win.ADODB.TADODataSet.SetDataSetField inherits from Data.DB.TDataSet.SetDataSetField. All content below this line refers to Data.DB.TDataSet.SetDataSetField.

Sets the persistent TDataSetField object that owns a nested dataset.

SetDataSetField sets the persistent TDataSetField object that owns a nested dataset. Also, SetDataSetField is the setter method for the DataSetField property.

See Also