Data.Bind.ObjectScope.TBindSourceAdapter.Fields
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindSourceAdapter |
Delphi
property Fields: TList<TBindSourceAdapterField> read FFields;
C++
__property System::Generics::Collections::TList__1<TBindSourceAdapterField*>* Fields = {read=FFields};
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.