Data.DB.TDataSet.SetDataSetField

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure SetDataSetField(const Value: TDataSetField); virtual;

C++

virtual void __fastcall SetDataSetField(TDataSetField* const Value);

Description

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