Data.Bind.ObjectScope.TBindSourceAdapter.Fields

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Fields: TList<TBindSourceAdapterField> read FFields;

C++

__property System::Generics::Collections::TList__1<TBindSourceAdapterField*>* Fields = {read=FFields};

プロパティ

種類 可視性 ソース ユニット
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter


説明

ソース アダプタのフィールドのリストを保有します。

Fields を読み込むと、ソース アダプタの TBindSourceAdapterField フィールドの順序付きリストを取得することができます。

関連項目