Datasnap.DBClient.TCustomClientDataSet.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
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Sets the persistent TDataSetField object that owns a nested dataset.

Datasnap.DBClient.TCustomClientDataSet.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