Data.DB.TDataSetField.NestedDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NestedDataSet: TDataSet read GetNestedDataSet;

C++

__property TDataSet* NestedDataSet = {read=GetNestedDataSet};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TDataSetField

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