DB.TDataSetField.NestedDataSet
From RAD Studio VCL Reference
Contents |
Delphi Information
From DB.pas
property NestedDataSet: TDataSet read GetNestedDataSet;
Unit: DB
Type: property
Visibility: public
Member Of: TDataSetField
C++ Information
From DB.hpp
__property Db::TDataSet * NestedDataSet = {read=GetNestedDataSet};
Unit: DB
Type: property
Visibility: public
Member Of: TDataSetField
Description
Indicates the dataset that is nested in the dataset field.
Read NestedDataSet to access the nested dataset of the dataset field.