Datasnap.DBClient.TCustomClientDataSet.SetDataSetField
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
| Unit: Datasnap.DBClient | |
| Parent: TCustomClientDataSet | |
Delphi
procedure SetDataSetField(const Value: TDataSetField); override;
C++
virtual void __fastcall SetDataSetField(Data::Db::TDataSetField* const Value);
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.