Data.DB.TDataSet.CreateNestedDataSet
Delphi
function CreateNestedDataSet(DataSetField: TDataSetField): TDataSet; virtual;
C++
virtual TDataSet* __fastcall CreateNestedDataSet(TDataSetField* DataSetField);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Creates a nested dataset.
CreateNestedDataSet is used to create a nested dataset. The DataSetField
parameter is the DataSetField property value of the returned dataset and represents the object that owns the new dataset.