Data.Bind.ObjectScope.TBindSourceAdapter.Fields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Fields: TList<TBindSourceAdapterField> read FFields;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

Holds the list of fields of the source adapter.

Read Fields to get an ordered list with the TBindSourceAdapterField fields of the source adapter.

See Also