Data.DB.TDataSetField.NestedDataSet

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSetField

Delphi

property NestedDataSet: TDataSet read GetNestedDataSet;

C++

__property TDataSet* NestedDataSet = {read=GetNestedDataSet};

Description

Indicates the dataset that is nested in the dataset field.

Read NestedDataSet to access the nested dataset of the dataset field.

See Also

Samples