Data.DB.TDataSet.SetDataSetField
Delphi
procedure SetDataSetField(const Value: TDataSetField); virtual;
C++
virtual void __fastcall SetDataSetField(TDataSetField* const Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
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.