Data.DB.TDataSetField.NestedDataSet

提供:RAD Studio API Documentation

Delphi

property NestedDataSet: TDataSet read GetNestedDataSet;

C++

__property TDataSet* NestedDataSet = {read=GetNestedDataSet};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DB.pas
Data.DB.hpp
Data.DB TDataSetField

説明

データセット項目内でネストされているデータセットを示します。

NestedDataSet プロパティを読み出すと,データセット項目のネストされたデータセットにアクセスできます。

関連項目