Data.Bind.ObjectScope.TListAdapterOptions
[–] Properties | |
---|---|
Type: set typedef
| |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: Data.Bind.ObjectScope |
Delphi
TListAdapterOptions = set of TListAdapterOption;
C++
typedef System::Set<TListAdapterOption, TListAdapterOption::loptAllowInsert, TListAdapterOption::loptAllowCancelUpdates> TListAdapterOptions;
Description
TListAdapterOptions is the set of TListAdapterOption that specifies allowed operations on the adapter data source. .